mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
def: Document that pa_buffer_attr.maxlength is in bytes.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=42919
This commit is contained in:
parent
d735857942
commit
564997e487
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ typedef enum pa_stream_flags {
|
|||
/** Playback and record buffer metrics */
|
||||
typedef struct pa_buffer_attr {
|
||||
uint32_t maxlength;
|
||||
/**< Maximum length of the buffer. Setting this to (uint32_t) -1
|
||||
/**< Maximum length of the buffer in bytes. Setting this to (uint32_t) -1
|
||||
* will initialize this to the maximum value supported by server,
|
||||
* which is recommended. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue