get_parse_state
Description:
public void get_parse_state (
out bool sync,
out bool eos)
Return current parsing (sync and eos) state.
Parameters:
this |
a Decoder
|
sync |
a pointer to a variable to hold the current sync state
|
eos |
a pointer to a variable to hold the current eos state
|