ChannelMediaRelayConfiguration class
配置跨频道媒体流转发的 ChannelMediaRelayConfiguration
类。
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
-
ChannelMediaRelayConfiguration(ChannelMediaInfo srcInfo, List<
ChannelMediaInfo> destInfos) - Constructs a ChannelMediaRelayConfiguration
-
ChannelMediaRelayConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
destInfos
→ List<
ChannelMediaInfo> -
目标频道信息: ChannelMediaInfo,包含如下成员: [...]
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- srcInfo → ChannelMediaInfo
-
源频道信息: ChannelMediaInfo,包含如下成员: [...]
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited