#[repr(C)]
pub struct CAPTUREPARMS {
Show 24 fields pub dwRequestMicroSecPerFrame: u32, pub fMakeUserHitOKToCapture: BOOL, pub wPercentDropForError: u32, pub fYield: BOOL, pub dwIndexSize: u32, pub wChunkGranularity: u32, pub fUsingDOSMemory: BOOL, pub wNumVideoRequested: u32, pub fCaptureAudio: BOOL, pub wNumAudioRequested: u32, pub vKeyAbort: u32, pub fAbortLeftMouse: BOOL, pub fAbortRightMouse: BOOL, pub fLimitEnabled: BOOL, pub wTimeLimit: u32, pub fMCIControl: BOOL, pub fStepMCIDevice: BOOL, pub dwMCIStartTime: u32, pub dwMCIStopTime: u32, pub fStepCaptureAt2x: BOOL, pub wStepCaptureAverageFrames: u32, pub dwAudioBufferSize: u32, pub fDisableWriteCache: BOOL, pub AVStreamMaster: u32,
}
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Foundation"

Fields

dwRequestMicroSecPerFrame: u32fMakeUserHitOKToCapture: BOOLwPercentDropForError: u32fYield: BOOLdwIndexSize: u32wChunkGranularity: u32fUsingDOSMemory: BOOLwNumVideoRequested: u32fCaptureAudio: BOOLwNumAudioRequested: u32vKeyAbort: u32fAbortLeftMouse: BOOLfAbortRightMouse: BOOLfLimitEnabled: BOOLwTimeLimit: u32fMCIControl: BOOLfStepMCIDevice: BOOLdwMCIStartTime: u32dwMCIStopTime: u32fStepCaptureAt2x: BOOLwStepCaptureAverageFrames: u32dwAudioBufferSize: u32fDisableWriteCache: BOOLAVStreamMaster: u32

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.