Struct openh264_sys::SVideoProperty [] [src]

#[repr(C)]
pub struct SVideoProperty { pub size: c_uint, pub eVideoBsType: VIDEO_BITSTREAM_TYPE, }

@brief Define a new struct to show the property of video bitstream.

Fields

< size of the struct

< video stream type (AVC/SVC)

Trait Implementations

impl Debug for SVideoProperty
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SVideoProperty
[src]

impl Clone for SVideoProperty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SVideoProperty
[src]

[src]

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

Auto Trait Implementations