AVDExporterVideoMixer.h
IntroductionUse the links in the table of contents to the left to access the documentation. Methods
addSubVideo:zorder:x:y:width:height:- (AVDResult)addSubVideo:(AVDDeviceId)deviceId zorder:(NSInteger)zorder x:(float)x y:(float)y width:(float)width height:(float)height; ParametersReturn Value错误代码 Discussion添加视频布局 clearSubVideos- (void)clearSubVideos; Discussion清空所有视频布局 modSubVideo:zorder:x:y:width:height:- (AVDResult)modSubVideo:(AVDDeviceId)deviceId zorder:(NSInteger)zorder x:(float)x y:(float)y width:(float)width height:(float)height; ParametersReturn Value错误代码 Discussion修改视频布局 removeSubVideo:- (BOOL)removeSubVideo:(AVDDeviceId)deviceId; ParametersReturn Value错误代码 Discussion移除指定视频布局 |