mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
7 lines
137 B
Protocol Buffer
7 lines
137 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message StreamProtectionStatus {
|
|
optional int32 status = 1;
|
|
optional int32 field2 = 2;
|
|
} |