14 lines
275 B
Protocol Buffer
14 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;
|
|
}
|