[][src]Function fdk_aac_sys::aacDecoder_RawISOBMFFData

pub unsafe extern "C" fn aacDecoder_RawISOBMFFData(
    self_: HANDLE_AACDECODER,
    buffer: *mut UCHAR,
    length: UINT
) -> AAC_DECODER_ERROR

\brief Submit raw ISO base media file format boxes to decoder for parsing (only some box types are recognized).

\param self AAC decoder handle. \param buffer Pointer to an unsigned char buffer containing the binary box data (including size and type, can be a sequence of multiple boxes). \param length Length of the data in bytes. \return Error code.