Struct openh264_sys::TagSVCDecodingParam [] [src]

#[repr(C)]
pub struct TagSVCDecodingParam { pub pFileNameRestructed: *mut c_char, pub uiCpuLoad: c_uint, pub uiTargetDqLayer: c_uchar, pub eEcActiveIdc: ERROR_CON_IDC, pub bParseOnly: bool, pub sVideoProperty: SVideoProperty, }

@brief SVC Decoding Parameters, reserved here and potential applicable in the future

Fields

< file name of reconstructed frame used for PSNR calculation based debug

< CPU load

< setting target dq layer id

< whether active error concealment feature in decoder

< decoder for parse only, no reconstruction. When it is true, SPS/PPS size should not exceed SPS_PPS_BS_SIZE (128). Otherwise, it will return error info

< video stream property

Trait Implementations

impl Debug for TagSVCDecodingParam
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TagSVCDecodingParam
[src]

impl Clone for TagSVCDecodingParam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TagSVCDecodingParam
[src]

[src]

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

Auto Trait Implementations