diff options
author | nyorain <[email protected]> | 2019-12-19 17:15:13 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2020-10-28 16:55:14 +0000 |
commit | 9905226379329bf95ce6b761eceae46dfe429d9a (patch) | |
tree | 0c337cda7ddb0c9f2840cb816cfa267121024b14 /include | |
parent | 4480be293954b8e0ef581c0d94c7956b9a1de0b9 (diff) | |
download | cubeb-9905226379329bf95ce6b761eceae46dfe429d9a.tar.gz cubeb-9905226379329bf95ce6b761eceae46dfe429d9a.zip |
AAudio: Address first review comments
Diffstat (limited to 'include')
-rw-r--r-- | include/cubeb/cubeb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h index e88536f..afe7c8e 100644 --- a/include/cubeb/cubeb.h +++ b/include/cubeb/cubeb.h @@ -509,7 +509,9 @@ CUBEB_EXPORT void cubeb_destroy(cubeb * context); cubeb_devid allows the stream to follow that device type's OS default. @param output_stream_params Parameters for the output side of the stream, or - NULL if this stream is input only. + NULL if this stream is input only. When input + and output stream parameters are supplied, their + rate has to be the same. @param latency_frames Stream latency in frames. Valid range is [1, 96000]. @param data_callback Will be called to preroll data before playback is |