Enumerations

The following enumerations are available globally.

  • 下载状态

    See more

    Declaration

    Objective-C

    enum PLVVodDownloadState {}

    Swift

    enum PLVVodDownloadState : Int
  • 广告类型

    See more

    Declaration

    Objective-C

    enum PLVVodAdType {}

    Swift

    enum PLVVodAdType : Int
  • 广告位置

    See more

    Declaration

    Objective-C

    enum PLVVodAdLocation {}

    Swift

    enum PLVVodAdLocation : Int
  • 拉伸模式

    See more

    Declaration

    Objective-C

    enum PLVVodMovieScalingMode {}

    Swift

    enum PLVVodMovieScalingMode : Int
  • 播放状态

    See more

    Declaration

    Objective-C

    enum PLVVodPlaybackState {}

    Swift

    enum PLVVodPlaybackState : Int
  • 加载状态

    See more

    Declaration

    Objective-C

    enum PLVVodLoadState {}

    Swift

    struct PLVVodLoadState : OptionSet
  • seek 定位模式

    See more

    Declaration

    Objective-C

    enum PLVVodPlaySeekType {}

    Swift

    enum PLVVodPlaySeekType : UInt
  • 手势识别类型

    See more

    Declaration

    Objective-C

    enum PLVVodGestureType {}

    Swift

    enum PLVVodGestureType : Int
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, PLVVodFullScreenOrientation) {
        PLVVodFullScreenOrientationAuto = 0, // 根据视频宽高比自动判断,当宽高比 >=1 时,横向全屏;当宽高比 <1 时,竖向全屏
        PLVVodFullScreenOrientationPortrait, // 竖向全屏
        PLVVodFullScreenOrientationLandscape, // 横向全屏
    }

    Swift

    enum PLVVodFullScreenOrientation : Int
  • logo位置:

    See more

    Declaration

    Objective-C

    enum PLVVodPlayerLogoPosition {}