TRTCPublishTarget class

配置 TRTC 流的发布目标

Constructors

TRTCPublishTarget()

Properties

cdnUrlList ↔ List<TRTCPublishCdnUrl>
发布到腾讯云或第三方 CDN 时的目标 URL(RTMP)。
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
mixStreamIdentity ↔ TRTCUser
将转码流发布到 TRTC 房间的机器人信息。
getter/setter pair
mode ↔ TRTCPublishMode
描述:发布模式。
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

cdnUrlListToJson() → List<Map<String, dynamic>>
将 cdnUrlList 转换为Json格式
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
将当前对象转换为 JSON 格式。
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited