mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-04 12:47:01 +00:00
15 lines
275 B
Protocol Buffer
15 lines
275 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message RequestCancellationPolicy {
|
|
message Item {
|
|
optional int32 fR = 1;
|
|
optional int32 NK = 2;
|
|
optional int32 minReadaheadMs = 3;
|
|
}
|
|
|
|
optional int32 N0 = 1;
|
|
repeated Item items = 2;
|
|
optional int32 jq = 3;
|
|
}
|