Files
googlevideo/protos/video_streaming/sabr_context_sending_policy.proto
2025-07-22 15:02:10 -03:00

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;
}