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