rustypipe/abr-proto/proto/video_streaming/time_range.proto

8 lines
158 B
Protocol Buffer

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