Structs§
- This part is optionally included in the IdentificationHeader
- The Comment header containing a vendor string and the user comments as a map.
- The identification header.
- Both headers contained in an opus file.
Enums§
- A stream parsing error.
Functions§
- Parses an opus file given by the file parameter. Either returns the Opus Headers, or an error if anything goes wrong. This should not panic.
- Parses an opus file given by the path. Either returns the Opus Headers, or an error if anything goes wrong. This should not panic.
- Parses an opus file given by a reader. Either returns the Opus Headers, or an error if anything goes wrong. This should not panic.
Type Aliases§
- A specialized
Result
type for the fallible functions.