- bytes
- Buffer containing the data.
- offset
- First byte withing the array that contains the data to decode.
- count
- Number of bytes to parse.
- discontinuity
- True if this invocation to ParseBytes is contiguous to the previous one, false otherwise.
The status from parsing the buffer.
The OnPacketDecoded/OnProperty found methods are invoked as data is parsed. If you have not subclassed this class, you can alternatively hook up to the PacketDecoded and PropertyFound events to receive parsing notifications.
This updates the AudioFileStream.LastError property.