Edytuj

Udostępnij za pośrednictwem


AVCaptureScreenInput Constructors

Definition

Overloads

AVCaptureScreenInput()
AVCaptureScreenInput(NSObjectFlag)
AVCaptureScreenInput(IntPtr)
AVCaptureScreenInput(UInt32)

AVCaptureScreenInput()

[Foundation.Export("init")]
public AVCaptureScreenInput();
Attributes

Applies to

AVCaptureScreenInput(NSObjectFlag)

protected AVCaptureScreenInput(Foundation.NSObjectFlag t);
new AVFoundation.AVCaptureScreenInput : Foundation.NSObjectFlag -> AVFoundation.AVCaptureScreenInput

Parameters

Applies to

AVCaptureScreenInput(IntPtr)

protected internal AVCaptureScreenInput(IntPtr handle);
new AVFoundation.AVCaptureScreenInput : nativeint -> AVFoundation.AVCaptureScreenInput

Parameters

handle
IntPtr

nativeint

Applies to

AVCaptureScreenInput(UInt32)

[Foundation.Export("initWithDisplayID:")]
public AVCaptureScreenInput(uint displayID);
new AVFoundation.AVCaptureScreenInput : uint32 -> AVFoundation.AVCaptureScreenInput

Parameters

displayID
UInt32
Attributes

Applies to