ZegoDataRecordType enum

Record type.

Inheritance
  • Object
  • Enum
  • ZegoDataRecordType

Constructors

ZegoDataRecordType()
const

Values

Default → const ZegoDataRecordType

This field indicates that the Express-Audio SDK records audio by default, and the Express-Video SDK records audio and video by default. When recording files in .aac format, audio is also recorded by default.

OnlyAudio → const ZegoDataRecordType

only record audio

OnlyVideo → const ZegoDataRecordType

only record video, Audio SDK and recording .aac format files are invalid.

AudioAndVideo → const ZegoDataRecordType

record audio and video. Express-Audio SDK and .aac format files are recorded only audio.

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]