AVPictureInPictureController 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
| Name | Description |
|---|---|
| AVPictureInPictureController(AVPlayerLayer) | |
| AVPictureInPictureController(AVPictureInPictureControllerContentSource) |
AVPictureInPictureController(AVPlayerLayer)
[Foundation.Export("initWithPlayerLayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public AVPictureInPictureController(AVFoundation.AVPlayerLayer playerLayer);
[<Foundation.Export("initWithPlayerLayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
new AVKit.AVPictureInPictureController : AVFoundation.AVPlayerLayer -> AVKit.AVPictureInPictureController
Parameters
- playerLayer
- AVPlayerLayer
- Attributes
Applies to
AVPictureInPictureController(AVPictureInPictureControllerContentSource)
[Foundation.Export("initWithContentSource:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.DesignatedInitializer]
public AVPictureInPictureController(AVKit.AVPictureInPictureControllerContentSource contentSource);
[<Foundation.Export("initWithContentSource:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.DesignatedInitializer>]
new AVKit.AVPictureInPictureController : AVKit.AVPictureInPictureControllerContentSource -> AVKit.AVPictureInPictureController
Parameters
- contentSource
- AVPictureInPictureControllerContentSource
- Attributes