AudioDecoder.getParseState

Return current parsing (sync and eos) state.

class AudioDecoder
void
getParseState
(
out bool sync
,
out bool eos
)

Parameters

sync bool

a pointer to a variable to hold the current sync state

eos bool

a pointer to a variable to hold the current eos state