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