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

Muxer builder.

Implementations§

Add a new stream with given parameters and return index of the new stream.

Get streams.

Get mutable streams.

Set a muxer option.

Set container metadata.

Set the muxer to do the interleaving automatically. It is disabled by default.

Build the muxer.

Arguments
  • io_context - an AVIO writer
  • format - an output format

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.