[][src]Function fdk_aac_sys::FDK_chMapDescr_setPassThrough

pub unsafe extern "C" fn FDK_chMapDescr_setPassThrough(
    pMapDescr: *mut FDK_channelMapDescr,
    fPassThrough: UINT
) -> c_int

\brief Change the channel reordering state of a given channel map descriptor.

\param pMapDescr Pointer to a (initialized) channel map descriptor. \param fPassThrough If the flag is set the reordering (given by pMapInfoTab) will be bypassed. \return Value unequal to zero if set operation was not successful. And zero on success.