ZegoDataRecordType Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoDataRecordType
Record type.
Definition
typedef NS_ENUM(NSUInteger, ZegoDataRecordType ) {
ZegoDataRecordTypeDefault = 0,
ZegoDataRecordTypeOnlyAudio = 1,
ZegoDataRecordTypeOnlyVideo = 2,
ZegoDataRecordTypeAudioAndVideo = 3,
};
Constants
ZegoDataRecordTypeDefault
-
This field indicates that the Express-Audio SDK records audio by default, and the Express-Video SDK records audio and video by default. When recording files in .aac format, audio is also recorded by default.
Declared In
ZegoExpressDefines.h
. ZegoDataRecordTypeOnlyAudio
-
only record audio
Declared In
ZegoExpressDefines.h
. ZegoDataRecordTypeOnlyVideo
-
only record video, Audio SDK and recording .aac format files are invalid.
Declared In
ZegoExpressDefines.h
. ZegoDataRecordTypeAudioAndVideo
-
record audio and video. Express-Audio SDK and .aac format files are recorded only audio.
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h