mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-31 23:05:37 +00:00
docs: fix typo
This commit is contained in:
parent
e9b67a4f9f
commit
180ed94e2f
|
@ -915,8 +915,9 @@ SOUNDIO_EXPORT struct SoundIoOutStream *soundio_outstream_create(struct SoundIoD
|
||||||
/// You may not call this function from the SoundIoOutStream::write_callback thread context.
|
/// You may not call this function from the SoundIoOutStream::write_callback thread context.
|
||||||
SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream);
|
SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream);
|
||||||
|
|
||||||
/// After you call this function, SoundIoOutStream:software_latency is set to the correct
|
/// After you call this function, SoundIoOutStream::software_latency is set to
|
||||||
/// value.
|
/// the correct value.
|
||||||
|
///
|
||||||
/// The next thing to do is call ::soundio_instream_start.
|
/// The next thing to do is call ::soundio_instream_start.
|
||||||
/// If this function returns an error, the outstream is in an invalid state and
|
/// If this function returns an error, the outstream is in an invalid state and
|
||||||
/// you must call ::soundio_outstream_destroy on it.
|
/// you must call ::soundio_outstream_destroy on it.
|
||||||
|
|
Loading…
Reference in a new issue