Function av_get_channel_description

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

Get the description of a given channel.

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