Skip to content

MTY_AudioGetQueued

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get the number of milliseconds currently queued for playback.

uint32_t MTY_AudioGetQueued(
    MTY_Audio * ctx
);

Parameters

ctx (MTY_Audio *)

An MTY_Audio context.

Return value

uint32_t

Number of milliseconds currently queued for playback.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Audio

Clone this wiki locally