[][src]Function fdk_aac_sys::FDK_chMapDescr_init

pub unsafe extern "C" fn FDK_chMapDescr_init(
    pMapDescr: *mut FDK_channelMapDescr,
    pMapInfoTab: *const CHANNEL_MAP_INFO,
    mapInfoTabLen: UINT,
    fPassThrough: UINT
)

\brief Initialize a given channel map descriptor.

\param pMapDescr Pointer to a channel map descriptor to be initialized. \param pMapInfoTab Table of channel maps to initizalize the descriptor with. If a NULL pointer is given a default table for WAV-like mapping will be used. \param mapInfoTabLen Length of the channel map table array (pMapInfoTab). If a zero length is given a default table for WAV-like mapping will be used. \param fPassThrough If the flag is set the reordering (given by pMapInfoTab) will be bypassed.