#[repr(C)]
pub struct VMR9VideoStreamInfo { pub pddsVideoSurface: IDirect3DSurface9, pub dwWidth: u32, pub dwHeight: u32, pub dwStrmID: u32, pub fAlpha: f32, pub rNormal: VMR9NormalizedRect, pub rtStart: i64, pub rtEnd: i64, pub SampleFormat: VMR9_SampleFormat, }
Expand description

Required features: "Win32_Media_DirectShow", "Win32_Graphics_Direct3D9"

Fields

pddsVideoSurface: IDirect3DSurface9dwWidth: u32dwHeight: u32dwStrmID: u32fAlpha: f32rNormal: VMR9NormalizedRectrtStart: i64rtEnd: i64SampleFormat: VMR9_SampleFormat

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.