Struct openh264::encoder::EncodedBitStream[][src]

pub struct EncodedBitStream<'a> { /* fields omitted */ }
This is supported on crate feature encoder only.
Expand description

Bitstream output resulting from an encode() operation.

Implementations

Raw bitstream info returned by the encoder.

Frame type of the encoded packet.

Number of layers in the encoded packet.

Returns ith layer of this bitstream.

Writes the current bitstream into the given Vec.

Convenience method returning a Vec containing the encoded bitstream.

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

Performs the conversion.

Performs the conversion.

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.