AudioDecoder.getParseState
void getParseState(out bool sync, out bool eos)Return current parsing (sync and eos) state.
Parameters
sync | a pointer to a variable to hold the current sync state |
eos | a pointer to a variable to hold the current eos state |