TRTCStreamMixingConfig class
TRTC 混流转码的相关设置,包括背景颜色、背景图像、所有要混合的视频和音频流的信息以及水印设置等。
Constructors
Properties
-
audioMixUserList
↔ List<
TRTCUser> -
描述:云端混流转码中每个视频的位置、大小、图层和流类型。
getter/setter pair
- backgroundColor ↔ int
-
描述:混合流的背景颜色。
getter/setter pair
- backgroundImage ↔ String
-
描述:混合流的背景图像的 URL。URL 指定的图像将在云端混流转码期间混合。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videoLayoutList
↔ List<
TRTCVideoLayout> -
描述:要混合的每个音频流的信息。
getter/setter pair
-
watermarkList
↔ List<
TRTCWatermark> -
描述:云端混流转码中每个水印图像的位置、大小和图层。
getter/setter pair
Methods
-
audioMixUserListToJson(
) → List< Map< String, dynamic> > - 将 audioMixUserList 转换为 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
-
videoLayoutListToJson(
) → List< Map< String, dynamic> > - 将 videoLayoutList 转换为 Json 格式
-
watermarkListToJson(
) → List< Map< String, dynamic> > - 将 watermarkList 转换为 Json 格式
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited