Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RtcImage

Hierarchy

  • RtcImage

Index

Properties

Properties

alpha

alpha: number

The transparency of the watermark or background image. The value range is [0.0,1.0]:

  • 0.0: Completely transparent.
  • 1.0: (Default) Opaque.
since

v3.6.1.4

height

height: number

Height of the image on the broadcasting video.

url

url: string

HTTP/HTTPS URL address of the image on the broadcasting video.

The maximum length of this parameter is 1024 bytes.

width

width: number

Width of the image on the broadcasting video.

x

x: number

Horizontal position of the image from the upper left of the broadcasting video.

y

y: number

Vertical position of the image from the upper left of the broadcasting video.

zOrder

zOrder: number

The layer number of the watermark or background image. The value range is [0,255]:

  • 0: (Default) The bottom layer.
  • 255: The top layer.
since

v3.6.1.4