Files
googlevideo/protos/video_streaming/time_range.proto
2024-09-15 08:50:38 -03:00

8 lines
157 B
Protocol Buffer

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