TranscodingUser class

最近更新时间:2022-09-20 05:17:40

TranscodingUser 类用于管理参与旁路直播的音视频转码合图的用户。最多支持 17 人同时参与转码合图。

Constructors

Properties

  • alphadouble

    直播视频上用户视频的透明度。取值范围为 0.0,100.0: [...]@JsonKey(includeIfNull: false), read / write

  • audioChannelAudioChannel

    直播音频所在声道。取值范围为 0,5,默认值为 0。 详见 AudioChannel[...]read / write

  • hashCodeint

    The hash code for this object. [...]read-only, inherited

  • heightint

    视频帧高度 (pixel)。默认值为 640。read / write

  • runtimeTypeType

    A representation of the runtime type of the object.read-only, inherited

  • uidString

    旁路主播的用户 ID。final

  • widthint

    视频帧宽度 (pixel)。 默认值为 360。read / write

  • xint

    屏幕里该区域相对左上角的横坐标绝对值 (pixel)。取值范围为转码配置参数定义中设置的 0,width。final

  • yint

    屏幕里该区域相对左上角的纵坐标绝对值 (pixel)。取值范围为转码配置参数定义中设置的 0,height。final

  • zOrderint

    视频帧图层编号。取值范围为 0,100 中的整型。支持将 zOrder 设置为 0[...]read / write

Methods

Operators