Function rsmpeg::ffi::av_get_channel_description[][src]

pub unsafe extern "C" fn av_get_channel_description(channel: u64) -> *const i8
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