次の方法で共有


AVPlayerView コンストラクター

定義

オーバーロード

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

AVPlayerView()

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

適用対象

AVPlayerView(CGRect)

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

パラメーター

frameRect
CGRect
属性

適用対象

AVPlayerView(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

AVPlayerView(NSObjectFlag)

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

パラメーター

適用対象

AVPlayerView(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象