다음을 통해 공유


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

적용 대상