管理 CDN 直播推流转码的接口。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
LiveTranscoding(List<TranscodingUser> transcodingUsers, {int width, int height, int videoBitrate, VideoFrameRate videoFramerate, bool lowLatency, int videoGop, ARImage watermark, ARImage backgroundImage, AudioSampleRateType audioSampleRate, int audioBitrate, AudioChannel audioChannels, AudioCodecProfileType audioCodecProfile, VideoCodecProfileType videoCodecProfile, Color backgroundColor, String userConfigExtraInfo})
Constructs a LiveTranscoding
-
LiveTranscoding.fromJson(Map<String, dynamic> json)
factory
Properties
-
用于旁路推流的输出音频的码率。单位为 Kbps,默认值为 48,最大值为 128。@JsonKey(includeIfNull: false), read / write
-
用于旁路推流的输出音频的声道数,取值范围为
1,5
中的整型,默认值为 1。建议取 1 或 2,如果取值为 3、4或5,需要特殊播放器支持: [...]@JsonKey(includeIfNull: false), read / write -
audioCodecProfile ↔ AudioCodecProfileType
用于旁路推流的输出音频的编码规格。详见 AudioCodecProfileType。 可以设置为
LCAAC
或HEAAC
。默认为LCAAC
。@JsonKey(includeIfNull: false), read / write -
audioSampleRate ↔ AudioSampleRateType
自定义音频采样率。详见 AudioSampleRateType。@JsonKey(includeIfNull: false), read / write
-
背景色,格式为 RGB 定义下的 Hex 值,不要带 # 号,如 0xFFB6C1 表示浅粉色。默认0x000000,黑色。// RN 优化 详见 Color。@JsonKey(includeIfNull: false), read / write
-
用于旁路直播的输出视频上的背景图片。添加后所有旁路直播的观众都可以看到背景图片。 详见 ARImage。@JsonKey(includeIfNull: false), read / write
-
The hash code for this object. [...]read-only, inherited
-
推流视频的总高度,默认值 640,单位为像素。 [...]@JsonKey(includeIfNull: false), read / write
-
Deprecated 已废弃。AR 不推荐使用。 [...]@JsonKey(includeIfNull: false), read / write
-
A representation of the runtime type of the object.read-only, inherited
-
transcodingUsers → List<TranscodingUser>
用于管理参与直播推流的视频转码合图的用户。最多支持 17 人同时参与转码合图。final
-
预留参数。 用户自定义的发送到旁路推流客户端的信息,用于填充 H264/H265 视频中 SEI 帧内容。长度限制:4096字节。@JsonKey(includeIfNull: false), read / write
-
用于旁路推流的输出视频的码率。 单位为 Kbps。 400 Kbps 为默认值。用户可以根据 VideoEncoderConfiguration.bitrate(码率参考表)参考表中的码率值进行设置;@JsonKey(includeIfNull: false), read / write
-
videoCodecProfile ↔ VideoCodecProfileType
用于旁路直播的输出视频的编码规格。详见 VideoCodecProfileType。 可以设置为
BASELINE
、MAIN
或HIGH
(默认值)级别。如果设置其他值,AR 服务器会统一设为默认值HIGH
。@JsonKey(includeIfNull: false), read / write -
videoFramerate ↔ VideoFrameRate
用于旁路推流的输出视频的帧率。取值范围是 (0,30],单位为 fps。默认值为 15 fps。@JsonKey(includeIfNull: false), read / write
-
用于旁路直播的输出视频的 GOP。单位为帧。默认值为 30 fps。@JsonKey(includeIfNull: false), read / write
-
用于旁路直播的输出视频上的水印图片。添加后所有旁路直播的观众都可以看到水印。必须为 PNG 格式。 详见 ARImage。@JsonKey(includeIfNull: false), read / write
-
推流视频的总宽度,默认值 360,单位为像素。 [...]@JsonKey(includeIfNull: false), read / write
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