Expand description

Implement the muxer trait from av-format and expose all the correct abstraction to handle them. Refer to the Muxer trait for more info.

Structs

Auxiliary structure to encapsulate a muxer object and its additional data.

Runtime wrapper around a Write trait object which optionally supports Seek functionality.

Traits

Used to implement muxing operations.