PLVLivePictureInPictureMode
Objective-C
enum PLVLivePictureInPictureMode : NSUInteger {}
Swift
struct PLVLivePictureInPictureMode : OptionSet, @unchecked Sendable
画中画模式
-
Undocumented
Declaration
Objective-C
PLVLivePictureInPictureMode_AVPlayer = 1
Swift
static var avPlayer: PLVLivePictureInPictureMode { get }
-
Undocumented
Declaration
Objective-C
PLVLivePictureInPictureMode_IJKPlayer API_AVAILABLE(ios(15.0)) = 2
Swift
static var ijkPlayer: PLVLivePictureInPictureMode { get }