mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
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:
parent
743fa02c5f
commit
36a4923f9b
6 changed files with 26 additions and 30 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue