Files
googlevideo/protos/video_streaming/stream_protection_status.proto
2025-07-22 15:02:10 -03:00

8 lines
143 B
Protocol Buffer

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