ZegoDataRecordType enum

录制类型

Inheritance
  • Object
  • Enum
  • ZegoDataRecordType

Constructors

ZegoDataRecordType()
const

Values

Default → const ZegoDataRecordType

该字段表示纯音频 SDK 默认录制音频,音视频 SDK 默认录制音视频,当录制 .aac 格式的文件时默认也是录制音频

OnlyAudio → const ZegoDataRecordType

只录制音频

OnlyVideo → const ZegoDataRecordType

只录制视频,音频的 SDK 和录制 .aac 格式文件时无效

AudioAndVideo → const ZegoDataRecordType

同时录制音频、视频。音频的 SDK 和录制 .aac 格式文件时录制出来也只有音频

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
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

Constants

values → const List<ZegoDataRecordType>
A constant List of the values in this enum, in order of their declaration.
[Default, OnlyAudio, OnlyVideo, AudioAndVideo]