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

8 lines
157 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
message TimeRange {
optional int64 start = 1;
optional int64 duration = 2;
optional int32 timescale = 3;
}