librespot/protocol/proto/stream_handle.proto

14 lines
293 B
Protocol Buffer
Raw Normal View History

2024-12-15 19:51:02 +00:00
// Extracted from: Spotify 1.2.52.442 (windows)
syntax = "proto3";
package spotify.stream_reporting_esperanto.proto;
option objc_class_prefix = "ESP";
option java_package = "com.spotify.stream_reporting_esperanto.proto";
message StreamHandle {
2024-12-15 19:51:02 +00:00
reserved 1;
uint32 raw_handle = 2;
}