#[repr(C)]
pub struct AVISTREAMINFOA {
Show 18 fields pub fccType: u32, pub fccHandler: u32, pub dwFlags: u32, pub dwCaps: u32, pub wPriority: u16, pub wLanguage: u16, pub dwScale: u32, pub dwRate: u32, pub dwStart: u32, pub dwLength: u32, pub dwInitialFrames: u32, pub dwSuggestedBufferSize: u32, pub dwQuality: u32, pub dwSampleSize: u32, pub rcFrame: RECT, pub dwEditCount: u32, pub dwFormatChangeCount: u32, pub szName: [CHAR; 64],
}
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Foundation"

Fields§

§fccType: u32§fccHandler: u32§dwFlags: u32§dwCaps: u32§wPriority: u16§wLanguage: u16§dwScale: u32§dwRate: u32§dwStart: u32§dwLength: u32§dwInitialFrames: u32§dwSuggestedBufferSize: u32§dwQuality: u32§dwSampleSize: u32§rcFrame: RECT§dwEditCount: u32§dwFormatChangeCount: u32§szName: [CHAR; 64]

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.