Expand description

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

Internally the parsing is implement with the nom parser

Structs

Partial consumption buffer for any reader.

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

Constants

used by av context

Traits

Used to interact with a buffer.

Used to implement demuxing operations.