NIMSDK-AOS  9.16.0
AVChatVideoCaptureOrientation.java
浏览该文件的文档.
1 /*
2  * Copyright (c) 2014-2018 NetEase, Inc.
3  * All right reserved.
4  */
5 
6 package com.netease.nimlib.sdk.avchat.constant;
7 
8 
9 import com.netease.nrtc.engine.rawapi.RtcCaptureVideoOrientation;
10 
15 
19  int ORIENTATION_PORTRAIT = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT;
20 
24  int ORIENTATION_PORTRAIT_UPSIDEDOWN = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT_UPSIDEDOWN;
25 
29  int ORIENTATION_LANDSCAPE_RIGHT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_RIGHT;
30 
34  int ORIENTATION_LANDSCAPE_LEFT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_LEFT;
35 
36 }
int ORIENTATION_LANDSCAPE_LEFT
Indicates that video should be oriented horizontally, home button on the left.
int ORIENTATION_PORTRAIT_UPSIDEDOWN
Indicates that video should be oriented vertically, home button on the top.
int ORIENTATION_PORTRAIT
Indicates that video should be oriented vertically, home button on the bottom.
int ORIENTATION_LANDSCAPE_RIGHT
Indicates that video should be oriented horizontally, home button on the right.