Struct openh264_sys::TagDecoderCapability [] [src]

#[repr(C)]
pub struct TagDecoderCapability { pub iProfileIdc: c_int, pub iProfileIop: c_int, pub iLevelIdc: c_int, pub iMaxMbps: c_int, pub iMaxFs: c_int, pub iMaxCpb: c_int, pub iMaxDpb: c_int, pub iMaxBr: c_int, pub bRedPicCap: bool, }

@brief The capability of decoder, for SDP negotiation

Fields

< profile_idc

< profile-iop

< level_idc

< max-mbps

< max-fs

< max-cpb

< max-dpb

< max-br

< redundant-pic-cap

Trait Implementations

impl Debug for TagDecoderCapability
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TagDecoderCapability
[src]

[src]

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

impl Copy for TagDecoderCapability
[src]

impl Clone for TagDecoderCapability
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations