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