mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-19 03:31:37 +00:00
9 lines
172 B
Protocol Buffer
9 lines
172 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package video_streaming;
|
|
|
|
message FormatSelectionConfig {
|
|
repeated int32 itags = 2;
|
|
optional string video_id = 3;
|
|
optional int32 resolution = 4;
|
|
} |