Package im.zego.zegoexpress.entity
Class ZegoDataRecordConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoDataRecordConfig
-
public class ZegoDataRecordConfig extends java.lang.Object
Record config.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.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.ZegoDataRecordType
recordType
Type of recording media
-
Constructor Summary
Constructors Constructor Description ZegoDataRecordConfig()
-
-
-
Field Detail
-
filePath
public java.lang.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
public ZegoDataRecordType recordType
Type of recording media
-
-