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
uiFeedbackType: c_uint
< mark failed or successful
uiIDRPicId: c_uint
< distinguish request from different IDR
iLTRFrameNum: c_int
< specify current decoder frame_num
iLayerId: c_int
Trait Implementations
impl Debug for SLTRMarkingFeedback[src]
impl Default for SLTRMarkingFeedback[src]
fn default() -> SLTRMarkingFeedback[src]
Returns the "default value" for a type. Read more
impl Copy for SLTRMarkingFeedback[src]
impl Clone for SLTRMarkingFeedback[src]
fn clone(&self) -> SLTRMarkingFeedback[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more