ZegoDataRecordConfig class
录制配置
Constructors
- ZegoDataRecordConfig(String filePath, ZegoDataRecordType recordType)
Properties
- filePath ↔ String
-
录制文件保存路径,绝对路径,需要包含文件名, 文件名需指明后缀,目前支持 .mp4/.flv/.aac 格式文件。若多次录制为同一个路径,会覆盖同名的文件。最大长度应小于 1024 字节。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordType ↔ ZegoDataRecordType
-
录制文件媒体类型
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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