Enumerations
The following enumerations are available globally.
-
广告类型
See moreDeclaration
Objective-C
enum PLVVodMediaAdType : NSInteger {}
Swift
enum PLVVodMediaAdType : Int, @unchecked Sendable
-
广告位置
See moreDeclaration
Objective-C
enum PLVVodMediaAdLocation : NSInteger {}
Swift
enum PLVVodMediaAdLocation : Int, @unchecked Sendable
-
片头、片尾位置
See moreDeclaration
Objective-C
enum PLVVodMediaTeaserAndTailLocation : NSInteger {}
Swift
enum PLVVodMediaTeaserAndTailLocation : Int, @unchecked Sendable
-
画中画状态
See moreDeclaration
Objective-C
enum PLVPictureInPictureState : NSInteger {}
Swift
enum PLVPictureInPictureState : Int, @unchecked Sendable
-
seek 定位模式
See moreDeclaration
Objective-C
enum PLVVodMediaPlaySeekType : NSUInteger {}
Swift
enum PLVVodMediaPlaySeekType : UInt, @unchecked Sendable
-
音频 seek 定位模式
See moreDeclaration
Objective-C
enum PLVVodMediaPlayAudioSeekType : NSUInteger {}
Swift
enum PLVVodMediaPlayAudioSeekType : UInt, @unchecked Sendable
-
下载状态
See moreDeclaration
Objective-C
enum PLVVodDownloadState : NSInteger {}
Swift
enum PLVVodDownloadState : Int, @unchecked Sendable
-
播放状态
See moreDeclaration
Objective-C
enum PLVPlaybackState : NSInteger {}
Swift
enum PLVPlaybackState : Int, @unchecked Sendable
-
加载状态
See moreDeclaration
Objective-C
enum PLVPlayerLoadState : NSUInteger {}
Swift
struct PLVPlayerLoadState : OptionSet, @unchecked Sendable