ZegoFeatureType enum

SDK feature type.

Inheritance
  • Object
  • Enum
  • ZegoFeatureType

Constructors

ZegoFeatureType()
const

Values

Audio → const ZegoFeatureType

Basic audio feature.

Video → const ZegoFeatureType

Basic video feature.

MediaPlayer → const ZegoFeatureType

Media player feature.

MediaDataRecorder → const ZegoFeatureType

Local media data recorder feature.

MediaDataPublisher → const ZegoFeatureType

Media data publisher feature.

SEI → const ZegoFeatureType

Supplemental Enhancement Information (media side info) feature.

SdkVideoCapture → const ZegoFeatureType

SDK video capture feature.

CustomVideoCapture → const ZegoFeatureType

Custom video capture feature.

SdkVideoRender → const ZegoFeatureType

SDK video rendering feature.

CustomVideoRender → const ZegoFeatureType

Custom video rendering feature.

SdkVideoProcessing → const ZegoFeatureType

SDK video processing feature (including low-light enhancement feature).

CustomVideoProcessing → const ZegoFeatureType

Custom video processing feature.

StreamEncryption → const ZegoFeatureType

Streaming encryption / decryption feature.

Rtmp → const ZegoFeatureType

RTMP streaming feature.

Rtmps → const ZegoFeatureType

RTMPS streaming feature.

RtmpOverQuic → const ZegoFeatureType

RTMP over QUIC streaming feature.

HttpFlv → const ZegoFeatureType

RTMP streaming feature.

HttpsFlv → const ZegoFeatureType

HTTPS-FLV streaming feature.

HttpFlvOverQuic → const ZegoFeatureType

HTTP-FLV over QUIC streaming feature.

SuperResolution → const ZegoFeatureType

Super resolution imaging feature.

EffectsBeauty → const ZegoFeatureType

Effects beauty feature.

Whiteboard → const ZegoFeatureType

Whiteboard beauty feature.

RangeAudio → const ZegoFeatureType

Range audio feature.

CopyRightedMusic → const ZegoFeatureType

Copy righted music feature.

VideoObjectSegmentation → const ZegoFeatureType

Video object segmentation feature.

RangeScene → const ZegoFeatureType

Range scene feature. (3.0.0 and above support)

ScreenCapture → const ZegoFeatureType

Screen capture feature. (3.1.0 and above support)

AIVoiceChanger → const ZegoFeatureType

AI voice changer feature. (3.8.0 and above support)

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<ZegoFeatureType>
A constant List of the values in this enum, in order of their declaration.
[Audio, Video, MediaPlayer, MediaDataRecorder, MediaDataPublisher, SEI, SdkVideoCapture, CustomVideoCapture, SdkVideoRender, CustomVideoRender, SdkVideoProcessing, CustomVideoProcessing, StreamEncrypt…