|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tencent.av.sdk.AVView
public class AVView
视频画面参数。
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 |
|---|
public static final int MAX_VIEW_COUNT
public static final int VIDEO_SRC_TYPE_NONE
public static final int VIDEO_SRC_TYPE_CAMERA
public static final int VIDEO_SRC_TYPE_SCREEN
public static final int VIEW_SIZE_TYPE_SMALL
public static final int VIEW_SIZE_TYPE_BIG
public int videoSrcType
public int viewSizeType
| Constructor Detail |
|---|
public AVView()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||