mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Update protobuf files (#1424)
* update protobuf definitions * add additionally required proto files * update version.rs * adjust code to protobuf changes * fix formatting * apply suggestions, improve errors
This commit is contained in:
parent
0ad1f7249b
commit
2a574267ae
335 changed files with 3331 additions and 1204 deletions
|
@ -1,10 +1,13 @@
|
|||
// Extracted from: Spotify 1.1.61.583 (Windows)
|
||||
// Extracted from: Spotify 1.2.52.442 (windows)
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package spotify.stream_reporting_esperanto.proto;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "audio_format.proto";
|
||||
import "stream_handle.proto";
|
||||
import "playback_state.proto";
|
||||
|
||||
option objc_class_prefix = "ESP";
|
||||
option java_package = "com.spotify.stream_reporting_esperanto.proto";
|
||||
|
@ -19,4 +22,12 @@ message StreamProgressRequest {
|
|||
bool is_fullscreen = 7;
|
||||
bool is_external = 8;
|
||||
double playback_speed = 9;
|
||||
google.protobuf.Timestamp client_timestamp = 14;
|
||||
PlaybackState playback_state = 15;
|
||||
optional string media_id = 10;
|
||||
optional bool content_is_downloaded = 11;
|
||||
optional AudioFormat audio_format = 12;
|
||||
optional string content_uri = 13;
|
||||
optional bool is_audio_on = 16;
|
||||
optional string video_surface = 17;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue