AVPictureInPictureController(IVSPlayer)
@interface AVPictureInPictureController (IVSPlayer)Extends AVPictureInPictureController with IVSPlayerLayer support.
- 
                  
                  Create an instance of AVPictureInPictureControllerwith anIVSPlayerLayerinstance.DeclarationObjective-C - (nullable instancetype)initWithIVSPlayerLayer: (nonnull IVSPlayerLayer *)playerLayer;Swift convenience init?(ivsPlayerLayer playerLayer: IVSPlayerLayer)ParametersplayerLayerThe IVSPlayerLayerinstance used for playback.
- 
                  
                  The IVSPlayerLayerinstance associated with this Picture in Picture controller; nil otherwise.DeclarationObjective-C @property (nonatomic, readonly, nullable) IVSPlayerLayer *ivsPlayerLayer;Swift var ivsPlayerLayer: IVSPlayerLayer? { get }
 AVPictureInPictureController(IVSPlayer) Category Reference
        AVPictureInPictureController(IVSPlayer) Category Reference