Files
googlevideo/protos/video_streaming/stream_protection_status.proto
2024-09-21 13:51:23 -03:00

7 lines
137 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
message StreamProtectionStatus {
optional int32 status = 1;
optional int32 field2 = 2;
}