Files
googlevideo/protos/video_streaming/format_selection_config.proto
2025-07-22 15:02:10 -03:00

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;
}