[][src]Crate opus_headers

Structs

OpusHeaders

Both headers contained in an opus file.

Enums

ParseError

A stream parsing error.

Functions

parse_from_file
parse_from_path
parse_from_read

Parses a file given by a reader. Either returns the Opus Headers, or an error if anything goes wrong. This should not panic.

Type Definitions

Result

A specialized Result type for the fallible functions.