mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
proplist: add two new generic properties, media.copyright and media.software
This commit is contained in:
parent
01fa34ba8a
commit
8f23a2edb5
1 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,12 @@ PA_C_DECL_BEGIN
|
||||||
/** For streams: localized media artist if applicable, formatted as UTF-8. e.g. "Guns'N'Roses" */
|
/** For streams: localized media artist if applicable, formatted as UTF-8. e.g. "Guns'N'Roses" */
|
||||||
#define PA_PROP_MEDIA_ARTIST "media.artist"
|
#define PA_PROP_MEDIA_ARTIST "media.artist"
|
||||||
|
|
||||||
|
/** For streams: localized media copyright string if applicable, formatted as UTF-8. e.g. "Evil Record Corp." */
|
||||||
|
#define PA_PROP_MEDIA_COPYRIGHT "media.copyright"
|
||||||
|
|
||||||
|
/** For streams: localized media generator software string if applicable, formatted as UTF-8. e.g. "Foocrop AudioFrobnicator" */
|
||||||
|
#define PA_PROP_MEDIA_SOFTWARE "media.software"
|
||||||
|
|
||||||
/** For streams: media language if applicable, in standard POSIX format. e.g. "de_DE" */
|
/** For streams: media language if applicable, in standard POSIX format. e.g. "de_DE" */
|
||||||
#define PA_PROP_MEDIA_LANGUAGE "media.language"
|
#define PA_PROP_MEDIA_LANGUAGE "media.language"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue