diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2011-12-11 16:07:39 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-12-12 22:39:58 +0000 |
commit | 564997e4874a659bbd52a069d94fe981075dd1b7 (patch) | |
tree | 63975258e8bf1ae795d04e0a1c58af2018011dd4 | |
parent | d7358579426f1e613812cb193d684cb0f4856ddf (diff) |
def: Document that pa_buffer_attr.maxlength is in bytes.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=42919
-rw-r--r-- | src/pulse/def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h index ca74dfcc4..98d36517b 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -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. */ |