OptionType enum

Option type

可选项类型。

Inheritance

Constructors

OptionType()
const

Values

FaceBeautify → const OptionType

Face beacutify option, object type is PanoFaceBeautifyOption.

美颜可选项,对象类型是 PanoFaceBeautifyOption 。

UploadLogs → const OptionType

Logs upload option, object type is bool value.

日志上传可选项,对象类型是bool。

UploadAudioDump → const OptionType

Audio dump file upload option, object type is bool value.

音频转储文件上传选项,对象类型是bool。

AudioEqualizationMode → const OptionType

Audio equalization option, object type is AudioEqualizationMode value.

音频均衡器选项,对象类型是 AudioEqualizationMode 枚举值。

AudioReverbMode → const OptionType

Audio reverb option, object type is AudioReverbMode value.

音频混响器选项,对象类型是 AudioReverbMode 枚举值 。

VideoFrameRate → const OptionType

Adjust video capture frame rate option, object type is VideoFrameRateType value.

调整视频采集帧率选项,对象类型是 VideoFrameRateType 枚举值。

AudioEarMonitoring → const OptionType

Audio ear Monitoring enable option, object type is bool value.

音频耳返开关选项,对象类型是bool。

BuiltinTransform → const OptionType

(Deprecated) Internal video transform option, object type is BuiltinTransformOption.

(已废弃)视频内嵌变换可选项,对象类型是 BuiltinTransformOption 。

UploadLogsAtFailure → const OptionType

Enable upload PANO SDK logs when failed to join channel, object type is bool value.

Note This flag has been set by default.

允许加会失败时上传PANO日志,对象类型是bool。

Note 此标记设置后会一直有效。默认已经启用。

CpuAdaption → const OptionType

Allow SDK to adjust video quality according to CPU performance. Object type is bool value. Default value is ture. Configurable before join room.

Note We do not recommend disabling CPU adaption in general case.

允许SDK根据CPU性能调整视频质量。对象类型是bool。默认值是true。仅在加入房间前可以配置。

Note 通常场景下不建议关闭此功能。

AudioProfile → const OptionType

Audio profile option, object type is RtcAudioProfile.

音频配置选项,对象类型是 RtcAudioProfile 。

QuadTransform → const OptionType

Quadrilateral video transform option, object type is QuadTransformOption.

视频四边形变换可选项,对象类型是 QuadTransformOption 。

ScreenOptimization → const OptionType

Screen Capture Frame Rate. Default value is false, true to enable high frame rate capture, for motion scenario.

屏幕采集帧率模式。参数类型是bool,默认是false, 高帧率采集用于内容变化剧烈场景。

Properties

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

Constants

values → const List<OptionType>
A constant List of the values in this enum, in order of their declaration.