mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-19 03:31:37 +00:00
8 lines
157 B
Protocol Buffer
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;
|
|
} |