配置跨频道媒体流转发的 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
-
The hash code for this object. [...]read-only, inherited
-
A representation of the runtime type of the object.read-only, inherited
-
源频道信息: ChannelMediaInfo,包含如下成员: [...]final
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited