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