Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RtcImage

Image properties.

The properties of the watermark and background images.

Hierarchy

  • RtcImage

Index

Constructors

Properties

Constructors

constructor

  • new RtcImage(url: string, x: number, y: number, width: number, height: number): RtcImage
  • Parameters

    • url: string
    • x: number
    • y: number
    • width: number
    • height: number

    Returns RtcImage

Properties

height

height: number

Height of the image on the live video.

url

url: string

HTTP/HTTPS URL address of the image on the live video. The maximum length of this parameter is 1024 bytes.

width

width: number

Width of the image on the live video.

x

x: number

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

y

y: number

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

Generated using TypeDoc