Edit

Share via


AVPlayerView Constructors

Definition

Overloads

AVPlayerView()
AVPlayerView(CGRect)
AVPlayerView(NSCoder)
AVPlayerView(NSObjectFlag)
AVPlayerView(IntPtr)

AVPlayerView()

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

Applies to

AVPlayerView(CGRect)

[Foundation.Export("initWithFrame:")]
public AVPlayerView (CoreGraphics.CGRect frameRect);
new AVKit.AVPlayerView : CoreGraphics.CGRect -> AVKit.AVPlayerView

Parameters

frameRect
CGRect
Attributes

Applies to

AVPlayerView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public AVPlayerView (Foundation.NSCoder coder);
new AVKit.AVPlayerView : Foundation.NSCoder -> AVKit.AVPlayerView

Parameters

coder
NSCoder
Attributes

Applies to

AVPlayerView(NSObjectFlag)

protected AVPlayerView (Foundation.NSObjectFlag t);
new AVKit.AVPlayerView : Foundation.NSObjectFlag -> AVKit.AVPlayerView

Parameters

Applies to

AVPlayerView(IntPtr)

protected internal AVPlayerView (IntPtr handle);
new AVKit.AVPlayerView : nativeint -> AVKit.AVPlayerView

Parameters

handle
IntPtr

nativeint

Applies to