Struct openh264_sys::SLTRMarkingFeedback [] [src]

#[repr(C)]
pub struct SLTRMarkingFeedback { pub uiFeedbackType: c_uint, pub uiIDRPicId: c_uint, pub iLTRFrameNum: c_int, pub iLayerId: c_int, }

@brief Structure for LTR marking feedback

Fields

< mark failed or successful

< distinguish request from different IDR

< specify current decoder frame_num

Trait Implementations

impl Debug for SLTRMarkingFeedback
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SLTRMarkingFeedback
[src]

[src]

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

impl Copy for SLTRMarkingFeedback
[src]

impl Clone for SLTRMarkingFeedback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations