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

Unified Diff: media/cast/logging/proto/raw_events.proto

Issue 236123003: Cast: Provide more meaningful stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fix Created 6 years, 8 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: media/cast/logging/proto/raw_events.proto
diff --git a/media/cast/logging/proto/raw_events.proto b/media/cast/logging/proto/raw_events.proto
index b0b5c4bd3b6fe92f98281435383268750db29a3f..db9ff836c7f3f12e62a84417fc13d1999bbbf4b0 100644
--- a/media/cast/logging/proto/raw_events.proto
+++ b/media/cast/logging/proto/raw_events.proto
@@ -51,6 +51,9 @@ enum EventType {
VIDEO_PACKET_RECEIVED = 26;
DUPLICATE_AUDIO_PACKET_RECEIVED = 27;
DUPLICATE_VIDEO_PACKET_RECEIVED = 28;
+ // Sender-side generic event.
+ AUDIO_RTCP_PACKET_RECEIVED = 29;
+ VIDEO_RTCP_PACKET_RECEIVED = 30;
}
// Each log will contain one |LogMetadata|.

Powered by Google App Engine
This is Rietveld 408576698