Struct x264::Data[][src]

pub struct Data<'a> { /* fields omitted */ }

The encoded data, to be used in chunks or in its entirety.

Methods

impl<'a> Data<'a>
[src]

The length (in NAL units, not in bytes) of this data sequence.

The ith unit.

Panics

Panics if i is out-of-bounds. In order to be within the bounds, i must be less than len.

The entire chunk of data, as one big byte-slice.

Auto Trait Implementations

impl<'a> !Send for Data<'a>

impl<'a> !Sync for Data<'a>