Struct openh264_sys::SLayerBSInfo [] [src]

#[repr(C)]
pub struct SLayerBSInfo { pub uiTemporalId: c_uchar, pub uiSpatialId: c_uchar, pub uiQualityId: c_uchar, pub eFrameType: EVideoFrameType, pub uiLayerType: c_uchar, pub iSubSeqId: c_int, pub iNalCount: c_int, pub pNalLengthInByte: *mut c_int, pub pBsBuf: *mut c_uchar, }

@brief Bitstream inforamtion of a layer being encoded

Fields

< refer to D.2.11 Sub-sequence information SEI message semantics

< count number of NAL coded already

< length of NAL size in byte from 0 to iNalCount-1

< buffer of bitstream contained

Trait Implementations

impl Debug for SLayerBSInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SLayerBSInfo
[src]

impl Clone for SLayerBSInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SLayerBSInfo
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for SLayerBSInfo

impl !Sync for SLayerBSInfo