com.tencent.av.sdk
Class AVVideoCtrl.VideoFrame

java.lang.Object
  extended by com.tencent.av.sdk.AVVideoCtrl.VideoFrame
Enclosing class:
AVVideoCtrl

public static class AVVideoCtrl.VideoFrame
extends java.lang.Object


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

data

public byte[] data
视频数据


dataLen

public int dataLen
视频数据大小


width

public int width
视频宽


height

public int height
视频高


rotate

public int rotate
视频旋转角度


videoFormat

public int videoFormat
视频采集来源 。
VIDEO_SRC_TYPE_NONE = 0, 默认值,无意义。
VIDEO_SRC_TYPE_CAMERA = 1, 摄像头。
VIDEO_SRC_TYPE_SCREEN = 2, 屏幕分享。


identifier

public java.lang.String identifier
房间成员identifier


srcType

public int srcType
视频格式,目前只支持COLOR_FORMAT_I420

Constructor Detail

AVVideoCtrl.VideoFrame

public AVVideoCtrl.VideoFrame()