Avutil.Sample_formatFormats for audio samples.
Audio sample formats.
val get_name : t -> string optionReturn the name of the sample format if it exists.
val find : string -> tFind a sample format by its name. Raises Not_found when none exist.
val get_id : t -> intReturn the internal ID of the sample format.
val find_id : int -> tFind a sample format from its ID. Raises Not_found when none exist.