OI_CODEC_SBC_SkipFrame() function
Analyze an SBC frame but don't do the decode.
Arguments
context
Pointer to a decoder context structure. The same context must be used each time when decoding from the same stream.
frameData
Address of a pointer to the SBC data to decode. This value will be updated to point to the next frame after successful decoding.
frameBytes
Pointer to a UINT32 containing the number of available bytes of frame data. This value will be updated to reflect the number of bytes remaining after a decoding operation.