logo
On this page

ZegoDataRecordConfig

ZegoDataRecordConfig

Record config.

Declared in entity/ZegoDataRecordConfig.java

Properties

filePath

filePath
public String 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. Android developers can pass parameters through Uri, namely:String path = uri.toString();

recordType

recordType
public ZegoDataRecordType recordType

Type of recording media

Previous

zegocustomvideorenderconfig

Next

zegodatarecordprogress

On this page

Back to top