Struct webrtc_media::io::h264_reader::H264Reader[][src]

pub struct H264Reader<R: Read> { /* fields omitted */ }
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

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.