pub unsafe extern "C" fn aacDecoder_AncDataGet(
    self_: HANDLE_AACDECODER,
    index: c_int,
    ptr: *mut *mut UCHAR,
    size: *mut c_int
) -> AAC_DECODER_ERROR
Expand description

\brief Get one ancillary data element.

\param self AAC decoder handle. \param index Index of the ancillary data element to get. \param ptr Pointer to a buffer receiving a pointer to the requested ancillary data element. \param size Pointer to a buffer receiving the length of the requested ancillary data element. \return Error code.