#[repr(C)]
pub struct DEVCAPS {
Show 23 fields pub CanRecord: i32, pub CanRecordStrobe: i32, pub HasAudio: i32, pub HasVideo: i32, pub UsesFiles: i32, pub CanSave: i32, pub DeviceType: i32, pub TCRead: i32, pub TCWrite: i32, pub CTLRead: i32, pub IndexRead: i32, pub Preroll: i32, pub Postroll: i32, pub SyncAcc: i32, pub NormRate: i32, pub CanPreview: i32, pub CanMonitorSrc: i32, pub CanTest: i32, pub VideoIn: i32, pub AudioIn: i32, pub Calibrate: i32, pub SeekType: i32, pub SimulatedHardware: i32,
}
Expand description

Required features: "Win32_Media_KernelStreaming"

Fields

CanRecord: i32CanRecordStrobe: i32HasAudio: i32HasVideo: i32UsesFiles: i32CanSave: i32DeviceType: i32TCRead: i32TCWrite: i32CTLRead: i32IndexRead: i32Preroll: i32Postroll: i32SyncAcc: i32NormRate: i32CanPreview: i32CanMonitorSrc: i32CanTest: i32VideoIn: i32AudioIn: i32Calibrate: i32SeekType: i32SimulatedHardware: i32

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.