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

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: Rebased and addressed comments. 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..c0f13bbeaf1d69cb65992e68dae32d0088b787db 100644
--- a/chrome/common/cast_messages.h
+++ b/chrome/common/cast_messages.h
@@ -97,7 +97,7 @@ IPC_STRUCT_TRAITS_BEGIN(media::cast::FrameEvent)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(media::cast::RtcpCastMessage)
- IPC_STRUCT_TRAITS_MEMBER(media_ssrc)
+ IPC_STRUCT_TRAITS_MEMBER(remote_ssrc)
IPC_STRUCT_TRAITS_MEMBER(ack_frame_id)
IPC_STRUCT_TRAITS_MEMBER(target_delay_ms)
IPC_STRUCT_TRAITS_MEMBER(missing_frames_and_packets)
@@ -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 */)
dcheng 2016/03/01 23:44:12 These messages need more documentation in general.
xjz 2016/03/02 04:24:16 Add comment.
+
IPC_MESSAGE_CONTROL2(CastMsg_NotifyStatusChange,
int32_t /* channel_id */,
media::cast::CastTransportStatus /* status */)

Powered by Google App Engine
This is Rietveld 408576698