Point to SupportedAudioFormats wiki page where appropriate

I documented the supported PCM sample formats and compressed audio
encodings in the wiki, let's add some pointers to the new documentation.
This commit is contained in:
Tanu Kaskinen 2020-04-16 18:27:48 +03:00
parent 743fa02c5f
commit 36a4923f9b
6 changed files with 26 additions and 30 deletions

View file

@ -62,6 +62,10 @@ typedef enum pa_encoding {
PA_ENCODING_DTSHD_IEC61937,
/**< DTS-HD Master Audio encapsulated in IEC 61937 header/padding. \since 13.0 */
/* Remeber to update
* https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SupportedAudioFormats/
* when adding new encodings! */
PA_ENCODING_MAX,
/**< Valid encoding types must be less than this value */