AVDFakeVideoCapturer.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesMethodsonStart- (BOOL) onStart; Return Value开始成功或者失败,预留。 SDK开始视频采集触发此接口,返回值目前不关心,为以后预留。: Discussion视频流采集开始回调接口 onStop- (void) onStop; Discussion视频流采集结束回调接口 SDK停止视频采集触发此接口。: Enumerated TypesAVDFourccTypeenum AVDFourccType { ft_I420, ft_YV12, ft_NV21, ft_NV12, }; Discussion视频图像格式. |