ZegoFeatureType enum

SDK 功能特性类型。

Inheritance
  • Object
  • Enum
  • ZegoFeatureType

Constructors

ZegoFeatureType()
const

Values

Audio → const ZegoFeatureType

基础音频功能特性。

Video → const ZegoFeatureType

基础视频功能特性。

MediaPlayer → const ZegoFeatureType

媒体播放器功能特性。

MediaDataRecorder → const ZegoFeatureType

本地媒体录制功能特性。

MediaDataPublisher → const ZegoFeatureType

媒体推流器功能特性。

SEI → const ZegoFeatureType

媒体增强补充信息(媒体次要信息)功能特性。

SdkVideoCapture → const ZegoFeatureType

SDK 视频采集功能特性。

CustomVideoCapture → const ZegoFeatureType

自定义视频采集功能特性。

SdkVideoRender → const ZegoFeatureType

SDK 视频渲染功能特性。

CustomVideoRender → const ZegoFeatureType

自定义视频渲染功能特性。

SdkVideoProcessing → const ZegoFeatureType

SDK 视频前处理功能特性(包括低照度增强功能)。

CustomVideoProcessing → const ZegoFeatureType

自定义视频前处理功能特性。

StreamEncryption → const ZegoFeatureType

推拉流加解密功能特性。

Rtmp → const ZegoFeatureType

RTMP 推拉流功能特性。

Rtmps → const ZegoFeatureType

RTMPS 推拉流功能特性。

RtmpOverQuic → const ZegoFeatureType

RTMP over QUIC 推拉流功能特性。

HttpFlv → const ZegoFeatureType

HTTP-FLV 推拉流功能特性。

HttpsFlv → const ZegoFeatureType

HTTPS-FLV 推拉流功能特性。

HttpFlvOverQuic → const ZegoFeatureType

HTTP-FLV over QUIC 推拉流功能特性。

SuperResolution → const ZegoFeatureType

超分辨率(超解析度成像)功能特性。

EffectsBeauty → const ZegoFeatureType

Effects 美颜功能特性。

Whiteboard → const ZegoFeatureType

白板功能特性。

RangeAudio → const ZegoFeatureType

范围语音功能特性。

CopyRightedMusic → const ZegoFeatureType

版权音乐功能特性。

VideoObjectSegmentation → const ZegoFeatureType

主体分割功能特性。

RangeScene → const ZegoFeatureType

范围世界功能特性。(3.0.0 及以上支持)

ScreenCapture → const ZegoFeatureType

屏幕共享功能特性。(3.1.0 及以上支持)

AIVoiceChanger → const ZegoFeatureType

AI 变声功能特性。(3.8.0 及以上支持)

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…