#[repr(C)]
pub struct TRANSPORTBASICPARMS {
Show 30 fields pub TimeFormat: i32, pub TimeReference: i32, pub Superimpose: i32, pub EndStopAction: i32, pub RecordFormat: i32, pub StepFrames: i32, pub SetpField: i32, pub Preroll: i32, pub RecPreroll: i32, pub Postroll: i32, pub EditDelay: i32, pub PlayTCDelay: i32, pub RecTCDelay: i32, pub EditField: i32, pub FrameServo: i32, pub ColorFrameServo: i32, pub ServoRef: i32, pub WarnGenlock: i32, pub SetTracking: i32, pub VolumeName: [i8; 40], pub Ballistic: [i32; 20], pub Speed: i32, pub CounterFormat: i32, pub TunerChannel: i32, pub TunerNumber: i32, pub TimerEvent: i32, pub TimerStartDay: i32, pub TimerStartTime: i32, pub TimerStopDay: i32, pub TimerStopTime: i32,
}
Expand description

Required features: "Win32_Media_KernelStreaming"

Fields

TimeFormat: i32TimeReference: i32Superimpose: i32EndStopAction: i32RecordFormat: i32StepFrames: i32SetpField: i32Preroll: i32RecPreroll: i32Postroll: i32EditDelay: i32PlayTCDelay: i32RecTCDelay: i32EditField: i32FrameServo: i32ColorFrameServo: i32ServoRef: i32WarnGenlock: i32SetTracking: i32VolumeName: [i8; 40]Ballistic: [i32; 20]Speed: i32CounterFormat: i32TunerChannel: i32TunerNumber: i32TimerEvent: i32TimerStartDay: i32TimerStartTime: i32TimerStopDay: i32TimerStopTime: 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.