odin_audio_data_len
Returns the number of samples available in the audio buffer of an output
. Useodin_audio_read_data
to read the audio data.Declaration
Parameters
stream
Handle of the media stream whose audio data length is to be retrieved. See
for more information.Declaration
Returns
The number of samples available in the audio buffer.
Declaration