Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Himmelbauer <simfreak@deliciae.at>2023-02-02 14:05:59 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-09 01:02:30 +0300
commit3c31c98d9536fe32cf56c7665cb75abdba1de252 (patch)
tree55cf2a215f401bf4bc76fa6dd9416f4ab5dfab86 /docs
parent0f383a65453640d9333aec943c412ac8120a238c (diff)
spotifyaudiosrc: Support configurable bitrate
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1073>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 1260714d..7127d9da 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6311,6 +6311,18 @@
}
},
"properties": {
+ "bitrate": {
+ "blurb": "Spotify audio bitrate in kbit/s",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "160 (1)",
+ "mutable": "ready",
+ "readable": true,
+ "type": "GstRsSpotifyBitrate",
+ "writable": true
+ },
"cache-credentials": {
"blurb": "Directory where to cache Spotify credentials",
"conditionally-available": false,
@@ -6391,7 +6403,28 @@
},
"filename": "gstspotify",
"license": "MPL",
- "other-types": {},
+ "other-types": {
+ "GstRsSpotifyBitrate": {
+ "kind": "enum",
+ "values": [
+ {
+ "desc": "96 kbit/s",
+ "name": "96",
+ "value": "0"
+ },
+ {
+ "desc": "160 kbit/s",
+ "name": "160",
+ "value": "1"
+ },
+ {
+ "desc": "320 kbit/s",
+ "name": "320",
+ "value": "2"
+ }
+ ]
+ }
+ },
"package": "gst-plugin-spotify",
"source": "gst-plugin-spotify",
"tracers": {},