#[repr(C)]
pub struct SliceInformation { pub pBufferOfSlices: *mut c_uchar, pub iCodedSliceCount: c_int, pub pLengthOfSlices: *mut c_uint, pub iFecType: c_int, pub uiSliceIdx: c_uchar, pub uiSliceCount: c_uchar, pub iFrameIndex: c_char, pub uiNalRefIdc: c_uchar, pub uiNalType: c_uchar, pub uiContainingFinalNal: c_uchar, }
Expand description

@brief Information of coded Slice(=NAL)(s)

Fields

pBufferOfSlices: *mut c_uchar

< base buffer of coded slice(s)

iCodedSliceCount: c_int

< number of coded slices

pLengthOfSlices: *mut c_uint

< array of slices length accordingly by number of slice

iFecType: c_int

< FEC type[0, 50%FEC, 100%FEC]

uiSliceIdx: c_uchar

< index of slice in frame [FMO: 0,..,uiSliceCount-1; No FMO: 0]

uiSliceCount: c_uchar

< count number of slice in frame [FMO: 2-8; No FMO: 1]

iFrameIndex: c_char

< index of frame[-1, .., idr_interval-1]

uiNalRefIdc: c_uchar

< NRI, priority level of slice(NAL)

uiNalType: c_uchar

< NAL type

uiContainingFinalNal: c_uchar

< whether final NAL is involved in buffer of coded slices, flag used in Pause feature in T27

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.