mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
d19fd24074
* Change metadata to use spclient * Add support for HTTPS proxies * Start purging unwraps and using Result instead
14 lines
No EOL
236 B
Protocol Buffer
14 lines
No EOL
236 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package com.spotify.canvaz;
|
|
|
|
option optimize_for = CODE_SIZE;
|
|
option java_package = "com.spotify.canvaz";
|
|
|
|
enum Type {
|
|
IMAGE = 0;
|
|
VIDEO = 1;
|
|
VIDEO_LOOPING = 2;
|
|
VIDEO_LOOPING_RANDOM = 3;
|
|
GIF = 4;
|
|
} |