logo
On this page

ZegoDataRecordConfig

ZegoDataRecordConfig

Record config.

Declared in ZegoExpressDefines.h

Properties

filePath

filePath
nonatomic, copy NSString * filePath

The path to save the recording file, absolute path, need to include the file name, the file name need to specify the suffix, currently supports .mp4/.flv/.aac format files, if multiple recording for the same path, will overwrite the file with the same name. The maximum length should be less than 1024 bytes.

recordType

recordType
nonatomic, assign ZegoDataRecordType recordType

Type of recording media

Previous

zegocustomvideorenderconfig

Next

zegodatarecordprogress

On this page

Back to top