mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-26 08:08:50 +00:00
9 lines
158 B
Protocol Buffer
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;
|
|
}
|