[][src]Function ffmpeg_dev::sys::av_get_channel_description

pub unsafe extern "C" fn av_get_channel_description(
    channel: u64
) -> *const c_char

Get the description of a given channel.

@param channel a channel layout with a single channel @return channel description on success, NULL on error