|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tencent.av.sdk.AVVideoCtrl.VideoFrame
public static class AVVideoCtrl.VideoFrame
Field Summary | |
---|---|
byte[] |
data
视频数据 |
int |
dataLen
视频数据大小 |
int |
height
视频高 |
java.lang.String |
identifier
房间成员identifier |
int |
rotate
视频旋转角度 |
int |
srcType
视频格式,目前只支持COLOR_FORMAT_I420 |
int |
videoFormat
视频采集来源 。 VIDEO_SRC_TYPE_NONE = 0, 默认值,无意义。 VIDEO_SRC_TYPE_CAMERA = 1, 摄像头。 VIDEO_SRC_TYPE_SCREEN = 2, 屏幕分享。 |
int |
width
视频宽 |
Constructor Summary | |
---|---|
AVVideoCtrl.VideoFrame()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] data
public int dataLen
public int width
public int height
public int rotate
public int videoFormat
public java.lang.String identifier
public int srcType
Constructor Detail |
---|
public AVVideoCtrl.VideoFrame()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |