MixedStreamServerControlConfig class

服务端合流控制参数

Properties

enableVolumeIndication bool
是否开启单独发送声音提示 SEI 的功能:
final
hashCode int
The hash code for this object.
no setterinherited
isAddVolumeValue bool
声音信息 SEI 是否包含音量值:
final
mediaType MixedStreamMediaType
设置合流推到 CDN 时输出的媒体流类型。
final
pushStreamMode MixedStreamPushMode
设置是否在没有用户发布流的情况下发起转推直播。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seiContentMode MixedStreamSEIContentMode
设置 SEI 内容。
final
seiPayloadType int
SEI 信息的 payload type。
默认值为 100,只支持设置 5 和 100。
final
seiPayloadUuid String
SEI 信息的 payload UUID。
final
talkVolume int
有效音量大小,取值范围为 0, 255,默认值为 0。
final
volumeIndicationInterval double
声音提示间隔,单位为秒,取值范围为 [0.3,+∞),默认值为 2。
final

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