Enumerations
The following enumerations are available globally.
-
下载状态
See moreDeclaration
Objective-C
enum PLVVodDownloadState : NSInteger {}Swift
enum PLVVodDownloadState : Int, @unchecked Sendable -
广告类型
See moreDeclaration
Objective-C
enum PLVVodAdType : NSInteger {}Swift
enum PLVVodAdType : Int, @unchecked Sendable -
广告位置
See moreDeclaration
Objective-C
enum PLVVodAdLocation : NSInteger {}Swift
enum PLVVodAdLocation : Int, @unchecked Sendable -
拉伸模式
See moreDeclaration
Objective-C
enum PLVVodMovieScalingMode : NSInteger {}Swift
enum PLVVodMovieScalingMode : Int, @unchecked Sendable -
播放状态
See moreDeclaration
Objective-C
enum PLVVodPlaybackState : NSInteger {}Swift
enum PLVVodPlaybackState : Int, @unchecked Sendable -
画中画状态
See moreDeclaration
Objective-C
enum PLVPictureInPictureState : NSInteger {}Swift
enum PLVPictureInPictureState : Int, @unchecked Sendable -
加载状态
See moreDeclaration
Objective-C
enum PLVVodLoadState : NSUInteger {}Swift
struct PLVVodLoadState : OptionSet, @unchecked Sendable -
seek 定位模式
See moreDeclaration
Objective-C
enum PLVVodPlaySeekType : NSUInteger {}Swift
enum PLVVodPlaySeekType : UInt, @unchecked Sendable -
音频 seek 定位模式
See moreDeclaration
Objective-C
enum PLVVodPlayAudioSeekType : NSUInteger {}Swift
enum PLVVodPlayAudioSeekType : UInt, @unchecked Sendable -
手势识别类型
See moreDeclaration
Objective-C
enum PLVVodGestureType : NSInteger {}Swift
enum PLVVodGestureType : Int, @unchecked Sendable -
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, PLVVodFullScreenOrientation) { PLVVodFullScreenOrientationAuto = 0, // 根据视频宽高比自动判断,当宽高比 >=1 时,横向全屏;当宽高比 <1 时,竖向全屏 PLVVodFullScreenOrientationPortrait, // 竖向全屏 PLVVodFullScreenOrientationLandscape, // 横向全屏 }Swift
enum PLVVodFullScreenOrientation : Int, @unchecked Sendable -
logo位置:
See moreDeclaration
Objective-C
enum PLVVodPlayerLogoPosition : NSInteger {}
View on GitHub
Enumerations Reference