Avutil.Channel_layoutFormats for channels layouts.
type layout = Channel_layout.tChannel layout formats.
val standard_layouts : t listList of standard channel layouts.
val stereo : tval mono : tval five_point_one : tval find : string -> tReturn a channel layout id that matches name. Raises Not_found otherwise. name can be one or several of the following notations, separated by '+' or '|':
val get_description : t -> stringReturn a description of the channel layout.
val get_nb_channels : t -> intReturn the number of channels in the channel layout.
val get_default : int -> tReturn default channel layout for a given number of channels. Raises Not_found if not found.
val get_mask : t -> int64 optionReturn a native channel layout mask, suitable for filters channel_layout.
val get_native_id : t -> int64 optionDeprecated