mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-03 09:35:00 +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;
|
|
}
|