mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
channelmap, volume: Don't refer to bool in the public API documentation
This commit is contained in:
parent
efcc3ba576
commit
0e8d26a6a1
2 changed files with 2 additions and 2 deletions
|
|
@ -351,7 +351,7 @@ mapping, i.e.\ "Stereo", "Surround 7.1" and so on. If the channel
|
|||
mapping is unknown NULL will be returned. \since 0.9.15 */
|
||||
const char* pa_channel_map_to_pretty_name(const pa_channel_map *map) PA_GCC_PURE;
|
||||
|
||||
/** Returns true if the specified channel position is available at
|
||||
/** Returns non-zero if the specified channel position is available at
|
||||
* least once in the channel map. \since 0.9.16 */
|
||||
int pa_channel_map_has_position(const pa_channel_map *map, pa_channel_position_t p) PA_GCC_PURE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue