-
Notifications
You must be signed in to change notification settings - Fork 56
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
);
ctx
(MTY_Audio *
)
An MTY_Audio
context.
uint32_t
Number of milliseconds currently queued for playback.