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

An audio frame with immutable data.

Implementations§

Get frame sample format.

Get frame sample rate.

Get number of samples (per channel) in this frame.

Get sample data planes for this frame.

Get channel layout.

Get frame time base.

Set frame time base. (This will rescale the current timestamp into a given time base.)

Get presentation timestamp.

Set presentation timestamp.

Try to make this frame mutable. Returns AudioFrameMut if it can be made into mutable without copying the data, otherwise returns AudioFrame.

Make this frame mutable. This will copy the data if it is not already mutable.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Executes the destructor for this type. Read more
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.