AVCaptureMovieFileOutput.SetPrimaryConstituentDeviceSwitchingBehaviorForRecording Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("setPrimaryConstituentDeviceSwitchingBehaviorForRecording:restrictedSwitchingBehaviorConditions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetPrimaryConstituentDeviceSwitchingBehaviorForRecording(AVFoundation.AVCapturePrimaryConstituentDeviceSwitchingBehavior switchingBehavior, AVFoundation.AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions restrictedSwitchingBehaviorConditions);
[<Foundation.Export("setPrimaryConstituentDeviceSwitchingBehaviorForRecording:restrictedSwitchingBehaviorConditions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetPrimaryConstituentDeviceSwitchingBehaviorForRecording : AVFoundation.AVCapturePrimaryConstituentDeviceSwitchingBehavior * AVFoundation.AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions -> unit
override this.SetPrimaryConstituentDeviceSwitchingBehaviorForRecording : AVFoundation.AVCapturePrimaryConstituentDeviceSwitchingBehavior * AVFoundation.AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions -> unit
Parameters
- switchingBehavior
- AVCapturePrimaryConstituentDeviceSwitchingBehavior
- restrictedSwitchingBehaviorConditions
- AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions
- Attributes