mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
8 lines
187 B
Protocol Buffer
8 lines
187 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message SabrContextSendingPolicy {
|
|
repeated int32 start_policy = 1;
|
|
repeated int32 stop_policy = 2;
|
|
repeated int32 discard_policy = 3;
|
|
} |