TRTCPublishCdnUrl class

配置将实时音视频(TRTC)流发布到腾讯云或第三方 CDN

Constructors

TRTCPublishCdnUrl()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInternalLine bool
是否发布到腾讯云。默认值为 true
getter/setter pair
rtmpUrl String
发布到腾讯云或第三方 CDN 时的目标 URL(RTMP)。
getter/setter pair
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
toJson() Map<String, dynamic>
将当前对象转换为 JSON 格式。
toString() String
A string representation of this object.
inherited

Operators

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