NIMSDK-AOS  9.16.0
Public 属性 | 所有成员列表
com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation接口 参考

视频画面采集方向 更多...

Public 属性

int ORIENTATION_PORTRAIT = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT
 Indicates that video should be oriented vertically, home button on the bottom. 更多...
 
int ORIENTATION_PORTRAIT_UPSIDEDOWN = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT_UPSIDEDOWN
 Indicates that video should be oriented vertically, home button on the top. 更多...
 
int ORIENTATION_LANDSCAPE_RIGHT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_RIGHT
 Indicates that video should be oriented horizontally, home button on the right. 更多...
 
int ORIENTATION_LANDSCAPE_LEFT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_LEFT
 Indicates that video should be oriented horizontally, home button on the left. 更多...
 

详细描述

视频画面采集方向

在文件 AVChatVideoCaptureOrientation.java14 行定义.

类成员变量说明

◆ ORIENTATION_LANDSCAPE_LEFT

int com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation.ORIENTATION_LANDSCAPE_LEFT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_LEFT

Indicates that video should be oriented horizontally, home button on the left.

在文件 AVChatVideoCaptureOrientation.java34 行定义.

◆ ORIENTATION_LANDSCAPE_RIGHT

int com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation.ORIENTATION_LANDSCAPE_RIGHT = RtcCaptureVideoOrientation.ORIENTATION_LANDSCAPE_RIGHT

Indicates that video should be oriented horizontally, home button on the right.

在文件 AVChatVideoCaptureOrientation.java29 行定义.

◆ ORIENTATION_PORTRAIT

int com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation.ORIENTATION_PORTRAIT = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT

Indicates that video should be oriented vertically, home button on the bottom.

在文件 AVChatVideoCaptureOrientation.java19 行定义.

◆ ORIENTATION_PORTRAIT_UPSIDEDOWN

int com.netease.nimlib.sdk.avchat.constant.AVChatVideoCaptureOrientation.ORIENTATION_PORTRAIT_UPSIDEDOWN = RtcCaptureVideoOrientation.ORIENTATION_PORTRAIT_UPSIDEDOWN

Indicates that video should be oriented vertically, home button on the top.

在文件 AVChatVideoCaptureOrientation.java24 行定义.


该接口的文档由以下文件生成: