Files
googlevideo/protos/video_streaming/playback_cookie.proto
2024-09-21 13:51:23 -03:00

11 lines
259 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
import "misc/common.proto";
message PlaybackCookie {
optional int32 field1 = 1; // Always 999999??
optional int32 field2 = 2;
optional .misc.FormatId video_fmt = 7;
optional .misc.FormatId audio_fmt = 8;
}