mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not considered part of the ABI
This commit is contained in:
parent
bde142c237
commit
28af9944fe
3 changed files with 16 additions and 4 deletions
|
|
@ -204,7 +204,11 @@ const char* pa_channel_position_to_string(pa_channel_position_t pos) PA_GCC_PURE
|
|||
/** Return a human readable text label for the specified channel position. \since 0.9.7 */
|
||||
const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
|
||||
|
||||
/** The maximum length of strings returned by pa_channel_map_snprint() */
|
||||
/** The maximum length of strings returned by
|
||||
* pa_channel_map_snprint(). Please note that this value can change
|
||||
* with any release without warning and without being considered API
|
||||
* or ABI breakage. You should not use this definition anywhere where
|
||||
* it might become part of an ABI. */
|
||||
#define PA_CHANNEL_MAP_SNPRINT_MAX 336
|
||||
|
||||
/** Make a humand readable string from the specified channel map */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue