Skip to main content

odin_audio_data_len

Returns the number of samples available in the audio buffer of an output

OdinMediaStreamHandle

. Use

odin_audio_read_data

to read the audio data.

Declaration
uint32_t odin_audio_data_len(OdinMediaStreamHandle stream);

Parameters

stream

Handle of the media stream whose audio data length is to be retrieved. See

OdinMediaStreamHandle

for more information.

Declaration
OdinMediaStreamHandle stream;

Returns

The number of samples available in the audio buffer.

Declaration
uint32_t