AVPlayerView Constructors
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.
Overloads
AVPlayerView() | |
AVPlayerView(CGRect) | |
AVPlayerView(NSCoder) | |
AVPlayerView(NSObjectFlag) | |
AVPlayerView(IntPtr) |
AVPlayerView()
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