[][src]Function fdk_aac_sys::FDK_chMapDescr_getMapValue

pub unsafe extern "C" fn FDK_chMapDescr_getMapValue(
    pMapDescr: *const FDK_channelMapDescr,
    chIdx: UCHAR,
    mapIdx: UINT
) -> UCHAR

\brief Get the mapping value for a specific channel and map index.

\param pMapDescr Pointer to channel map descriptor. \param chIdx Channel index. \param mapIdx Mapping index (corresponding to the channel configuration index). \return Mapping value.