#[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: u32fccHandler: u32dwFlags: u32dwCaps: u32wPriority: u16wLanguage: u16dwScale: u32dwRate: u32dwStart: u32dwLength: u32dwInitialFrames: u32dwSuggestedBufferSize: u32dwQuality: u32dwSampleSize: u32rcFrame: RECTdwEditCount: u32dwFormatChangeCount: u32szName: [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.