pub struct H264Reader<R: Read> { /* private fields */ }
Expand description

H264Reader reads data from stream and constructs h264 nal units

Implementations

new creates new H264Reader

next_nal reads from stream and returns then next NAL, and an error if there is incomplete frame data. Returns all nil values when no more NALs are available.

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.