NIMSDK-AOS  9.16.0
Public 成员函数 | 静态 Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams类 参考

Public 成员函数

 QChatMediaVideoParams ()
 
 QChatMediaVideoParams (int width, int height, int fps)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 
int getFps ()
 
void setFps (int fps)
 
String toJson ()
 

静态 Public 成员函数

static QChatMediaVideoParams fromJson (String json)
 

详细描述

在文件 QChatMediaVideoParams.java6 行定义.

构造及析构函数说明

◆ QChatMediaVideoParams() [1/2]

com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.QChatMediaVideoParams ( )

在文件 QChatMediaVideoParams.java22 行定义.

◆ QChatMediaVideoParams() [2/2]

com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.QChatMediaVideoParams ( int  width,
int  height,
int  fps 
)
参数
width视频宽
height视频高
fps帧率

在文件 QChatMediaVideoParams.java31 行定义.

成员函数说明

◆ fromJson()

static QChatMediaVideoParams com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.fromJson ( String  json)
static

在文件 QChatMediaVideoParams.java75 行定义.

◆ getFps()

int com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.getFps ( )

在文件 QChatMediaVideoParams.java54 行定义.

◆ getHeight()

int com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.getHeight ( )

在文件 QChatMediaVideoParams.java46 行定义.

◆ getWidth()

int com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.getWidth ( )

在文件 QChatMediaVideoParams.java38 行定义.

◆ setFps()

void com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.setFps ( int  fps)

在文件 QChatMediaVideoParams.java58 行定义.

◆ setHeight()

void com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.setHeight ( int  height)

在文件 QChatMediaVideoParams.java50 行定义.

◆ setWidth()

void com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.setWidth ( int  width)

在文件 QChatMediaVideoParams.java42 行定义.

◆ toJson()

String com.netease.nimlib.sdk.qcmedia.model.QChatMediaVideoParams.toJson ( )

在文件 QChatMediaVideoParams.java62 行定义.


该类的文档由以下文件生成: