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