Function av_get_channel_name

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

Get the name of a given channel.

@return channel name on success, NULL on error.