Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: chrome/common/cast_messages.h

Issue 1709863002: Add Cast PLI support on sender side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate Pli message from Cast message. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/cast_messages.h
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
index f4db986f1ab946750a66bf6780a45eb0b4e8d3dc..710292c12010eac26e8e55c1ca876eb64411cf92 100644
--- a/chrome/common/cast_messages.h
+++ b/chrome/common/cast_messages.h
@@ -150,6 +150,8 @@ IPC_MESSAGE_CONTROL3(CastMsg_RtcpCastMessage,
uint32_t /* ssrc */,
media::cast::RtcpCastMessage /* cast_message */)
+IPC_MESSAGE_CONTROL2(CastMsg_Pli, int32_t /* channel_id */, uint32_t /* ssrc */)
+
IPC_MESSAGE_CONTROL2(CastMsg_NotifyStatusChange,
int32_t /* channel_id */,
media::cast::CastTransportStatus /* status */)

Powered by Google App Engine
This is Rietveld 408576698