#[repr(C)]
pub struct DVD_VideoAttributes {
Show 13 fields pub fPanscanPermitted: BOOL, pub fLetterboxPermitted: BOOL, pub ulAspectX: u32, pub ulAspectY: u32, pub ulFrameRate: u32, pub ulFrameHeight: u32, pub Compression: DVD_VIDEO_COMPRESSION, pub fLine21Field1InGOP: BOOL, pub fLine21Field2InGOP: BOOL, pub ulSourceResolutionX: u32, pub ulSourceResolutionY: u32, pub fIsSourceLetterboxed: BOOL, pub fIsFilmMode: BOOL,
}
Expand description

Required features: "Win32_Media_DirectShow", "Win32_Foundation"

Fields

fPanscanPermitted: BOOLfLetterboxPermitted: BOOLulAspectX: u32ulAspectY: u32ulFrameRate: u32ulFrameHeight: u32Compression: DVD_VIDEO_COMPRESSIONfLine21Field1InGOP: BOOLfLine21Field2InGOP: BOOLulSourceResolutionX: u32ulSourceResolutionY: u32fIsSourceLetterboxed: BOOLfIsFilmMode: BOOL

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.