mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
extend documentation for pa_channel_map_init()
This commit is contained in:
parent
2367212ec3
commit
db975c7127
1 changed files with 3 additions and 1 deletions
|
|
@ -175,7 +175,9 @@ typedef struct pa_channel_map {
|
|||
/**< Channel labels */
|
||||
} pa_channel_map;
|
||||
|
||||
/** Initialize the specified channel map and return a pointer to it */
|
||||
/** Initialize the specified channel map and return a pointer to
|
||||
* it. The channel map will have a defined state but
|
||||
* pa_channel_map_valid() will fail for it. */
|
||||
pa_channel_map* pa_channel_map_init(pa_channel_map *m);
|
||||
|
||||
/** Initialize the specified channel map for monoaural audio and return a pointer to it */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue