AVDFakeVideoCapturer.h

Includes:
"AVDCommon.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

AVDFakeVideoCapturer


Methods

+onStart
+onStop

onStart


- (BOOL) onStart;  
Return Value

开始成功或者失败,预留。

SDK开始视频采集触发此接口,返回值目前不关心,为以后预留。:

Discussion

视频流采集开始回调接口


onStop


- (void) onStop;  
Discussion

视频流采集结束回调接口

SDK停止视频采集触发此接口。:


Enumerated Types

AVDFourccType

AVDFourccType


enum AVDFourccType { 
    ft_I420, 
    ft_YV12, 
    ft_NV21, 
    ft_NV12, 
};  
Discussion

视频图像格式.