docs: add note about soundio_outstream_start calling write_callback

This commit is contained in:
Andrew Kelley 2015-11-20 21:58:35 -07:00
parent ad6ba6bf34
commit e9b67a4f9f

View file

@ -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