mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 14:55:31 +00:00
docs: add note about soundio_outstream_start calling write_callback
This commit is contained in:
parent
ad6ba6bf34
commit
e9b67a4f9f
|
@ -940,6 +940,8 @@ SOUNDIO_EXPORT int soundio_outstream_open(struct SoundIoOutStream *outstream);
|
|||
|
||||
/// After you call this function, SoundIoOutStream::write_callback will be called.
|
||||
///
|
||||
/// This function might directly call SoundIoOutStream::write_callback.
|
||||
///
|
||||
/// Possible errors:
|
||||
/// * #SoundIoErrorStreaming
|
||||
/// * #SoundIoErrorNoMem
|
||||
|
|
Loading…
Reference in a new issue