mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-04 03:50:57 +00:00
8 lines
143 B
Protocol Buffer
8 lines
143 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message StreamProtectionStatus {
|
|
optional int32 status = 1;
|
|
optional int32 max_retries = 2;
|
|
}
|