Found 17 other functions taking a
OI_CODEC_SBC_DECODER_CONTEXT
argument:
This function resets the decoder. The context must be reset when changing streams, or if the following stream parameters change: number of subbands, stereo mode, or frequency.
This function restricts the kind of SBC frames that the Decoder will process. Its use is optional. If used, it must be called after calling OI_CODEC_SBC_DecoderReset(). After it is called, any calls to OI_CODEC_SBC_DecodeFrame() with SBC frames that do not conform to the Subband and Enhanced SBC setting will be rejected with an OI_STATUS_INVALID_PARAMETERS return.
This function sets the decoder parameters for a raw decode where the decoder parameters are not available in the sbc data stream. OI_CODEC_SBC_DecoderReset must be called prior to calling this function.
Decode one SBC frame. The frame has no header bytes. The context must have been previously initialized by calling OI_CODEC_SBC_DecoderConfigureRaw().
Analyze an SBC frame but don't do the decode.