PLVVodFullScreenOrientation
Objective-C
NS_ENUM(NSInteger, PLVVodFullScreenOrientation) {
    PLVVodFullScreenOrientationAuto = 0, // 根据视频宽高比自动判断,当宽高比 >=1 时,横向全屏;当宽高比 <1 时,竖向全屏
    PLVVodFullScreenOrientationPortrait, // 竖向全屏
    PLVVodFullScreenOrientationLandscape, // 横向全屏
}Swift
enum PLVVodFullScreenOrientation : IntUndocumented
- 
                  
                  Undocumented DeclarationObjective-C PLVVodFullScreenOrientationAuto = 0Swift case auto = 0
- 
                  
                  Undocumented DeclarationObjective-C PLVVodFullScreenOrientationPortraitSwift case portrait = 1
- 
                  
                  Undocumented DeclarationObjective-C PLVVodFullScreenOrientationLandscapeSwift case landscape = 2
 View on GitHub
View on GitHub PLVVodFullScreenOrientation Enumeration Reference
        PLVVodFullScreenOrientation Enumeration Reference