mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-28 00:56:20 +00:00
11 lines
202 B
Protocol Buffer
11 lines
202 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package video_streaming;
|
|
|
|
message ReloadPlaybackParams {
|
|
optional string token = 1;
|
|
}
|
|
|
|
message ReloadPlaybackContext {
|
|
optional ReloadPlaybackParams reload_playback_params = 1;
|
|
} |