ZegoDataRecordConfig class

录制配置

Constructors

ZegoDataRecordConfig(String filePath, ZegoDataRecordType recordType)

Properties

filePath ↔ String
录制文件保存路径,绝对路径,需要包含文件名, 文件名需指明后缀,目前支持 .mp4/.flv/.aac 格式文件。若多次录制为同一个路径,会覆盖同名的文件。最大长度应小于 1024 字节。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
recordType ZegoDataRecordType
录制文件媒体类型
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited