Files
googlevideo/protos/video_streaming/time_range.proto
2025-04-06 20:38:42 -03:00

9 lines
158 B
Protocol Buffer

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