aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-08-23 12:49:55 +1200
committerMatthew Gregan <[email protected]>2016-08-23 12:49:55 +1200
commitdeb92cd8835eb0f5012c3dab74c8b7bdc9458e25 (patch)
tree990d79f3b6f8e3722be0b979c6adb3af4bd3fb84 /include
parent11ff6540f643acfcee171bf87a4071b04ad1a08d (diff)
downloadcubeb-deb92cd8835eb0f5012c3dab74c8b7bdc9458e25.tar.gz
cubeb-deb92cd8835eb0f5012c3dab74c8b7bdc9458e25.zip
Fix Doxygen docs for cubeb_stream_init.
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index 95118dc..0c30556 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -396,7 +396,7 @@ void cubeb_destroy(cubeb * context);
@param context A pointer to the cubeb context.
@param stream An out parameter to be filled with the an opaque pointer to a
cubeb stream.
- @param stream_name A name for this stream.
+ @param stream_name A name for this stream.
@param input_device Device for the input side of the stream. If NULL the
default input device is used.
@param input_stream_params Parameters for the input side of the stream, or
@@ -405,8 +405,8 @@ void cubeb_destroy(cubeb * context);
default output device is used.
@param output_stream_params Parameters for the output side of the stream, or
NULL if this stream is input only.
- @param latency Stream latency in frames. Valid range
- is [1, 96000].
+ @param latency_frames Stream latency in frames. Valid range
+ is [1, 96000].
@param data_callback Will be called to preroll data before playback is
started by cubeb_stream_start.
@param state_callback A pointer to a state callback.