pub struct OpusFile { /* private fields */ }
Expand description

An OGG Opus file

Implementations

Available on crate feature vorbis_comments only.

Returns a reference to the Vorbis comments tag

Available on crate feature vorbis_comments only.

Returns a mutable reference to the Vorbis comments tag

Trait Implementations

The struct the file uses for audio properties Read more

Read a file from a reader Read more

Returns a reference to the file’s properties

Checks if the file contains any tags

Checks if the file contains the given TagType

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.