Struct ac_ffmpeg::format::muxer::Muxer

source ·
pub struct Muxer<T> { /* private fields */ }
Expand description

Muxer.

Implementations§

Get a muxer builder.

Set an option.

Mux a given packet. The packet pts and dts are expected to be in microseconds. They will be automatically rescaled to match the time base of the corresponding stream.

Flush the muxer.

Close the muxer and take the underlying IO.

Get reference to the underlying IO.

Get mutable reference to the underlying IO.

Trait Implementations§

Executes the destructor for this type. Read more

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.