mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
18 lines
380 B
Protocol Buffer
18 lines
380 B
Protocol Buffer
|
// Extracted from: Spotify 1.1.61.583 (Windows)
|
||
|
|
||
|
syntax = "proto3";
|
||
|
|
||
|
package spotify.stream_reporting_esperanto.proto;
|
||
|
|
||
|
option objc_class_prefix = "ESP";
|
||
|
option java_package = "com.spotify.stream_reporting_esperanto.proto";
|
||
|
|
||
|
enum StreamingRule {
|
||
|
RULE_UNSET = 0;
|
||
|
RULE_NONE = 1;
|
||
|
RULE_DMCA_RADIO = 2;
|
||
|
RULE_PREVIEW = 3;
|
||
|
RULE_WIFI = 4;
|
||
|
RULE_SHUFFLE_MODE = 5;
|
||
|
}
|