com.tencent.av.sdk
Class AVView

java.lang.Object
  extended by com.tencent.av.sdk.AVView

public class AVView
extends java.lang.Object

视频画面参数。
1.0.0版本App只需要关心videoSrcType,其他参数不用赋值。


Field Summary
static int MAX_VIEW_COUNT
           
static int VIDEO_SRC_TYPE_CAMERA
          摄像头
static int VIDEO_SRC_TYPE_NONE
          默认值,无意义
static int VIDEO_SRC_TYPE_SCREEN
          屏幕分享
 int videoSrcType
          视频流类型,取值如下: VIDEO_SRC_TYPE_CAMERA VIDEO_SRC_TYPE_SCREEN 1.2.0版本暂时只支持摄像头。
static int VIEW_SIZE_TYPE_BIG
          画面大小类型:大画面
static int VIEW_SIZE_TYPE_SMALL
          画面大小类型:小画面
 int viewSizeType
          画面大小类型,取值如下: VIEW_SIZE_TYPE_SMALL VIEW_SIZE_TYPE_BIG
 
Constructor Summary
AVView()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_VIEW_COUNT

public static final int MAX_VIEW_COUNT
See Also:
Constant Field Values

VIDEO_SRC_TYPE_NONE

public static final int VIDEO_SRC_TYPE_NONE
默认值,无意义

See Also:
Constant Field Values

VIDEO_SRC_TYPE_CAMERA

public static final int VIDEO_SRC_TYPE_CAMERA
摄像头

See Also:
Constant Field Values

VIDEO_SRC_TYPE_SCREEN

public static final int VIDEO_SRC_TYPE_SCREEN
屏幕分享

See Also:
Constant Field Values

VIEW_SIZE_TYPE_SMALL

public static final int VIEW_SIZE_TYPE_SMALL
画面大小类型:小画面

See Also:
Constant Field Values

VIEW_SIZE_TYPE_BIG

public static final int VIEW_SIZE_TYPE_BIG
画面大小类型:大画面

See Also:
Constant Field Values

videoSrcType

public int videoSrcType
视频流类型,取值如下: 1.2.0版本暂时只支持摄像头。


viewSizeType

public int viewSizeType
画面大小类型,取值如下:

Constructor Detail

AVView

public AVView()