AVDRecordInfo.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesEnumerated TypesAVDMediaFileTypeenum AVDMediaFileType { mt_mp4, mt_webm, }; ConstantsDiscussion媒体文件类型定义 AVDRecordAudioTypeenum AVDRecordAudioType { ra_none, ra_user_single, ra_user_all, }; Constants
Discussion录制音频类型定义 AVDRecordStatusenum AVDRecordStatus { rs_created, rs_recording, rs_availble, rs_removed, rs_exception, }; Constants
Discussion录制状态定义 AVDRecordVideoTypeenum AVDRecordVideoType { rv_none, rv_main, rv_ass1, rv_ass2, }; ConstantsDiscussion录制视频类型定义 |