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

9 lines
170 B
Protocol Buffer

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