Options
All
  • Public
  • Public/Protected
  • All
Menu

The video profile of the low-quality video stream. Set the the video profile of the low-quality video stream when calling setLowStreamParameter.

Hierarchy

  • LowStreamParameter

Index

Properties

Optional bitrate

bitrate?: number

Bitrate of the video (Kbps).

Optional framerate

framerate?: ConstrainULong

Frame rate of the video (fps).

You can pass a number, or a constraint such as { max: 30, min: 5 }.

For details about the constraint, see [ConstrainLong]{@link ConstrainLong}.

height

Height of the video.

You can pass a number, or a constraint such as { max: 1280, min: 720 }.

For more details about the constraint, see [ConstrainLong]{@link ConstrainLong}.

width

Width of the video.

You can pass a number, or a constraint such as { max: 1280, min: 720 }.

For more details about the constraint, see [ConstrainLong]{@link ConstrainLong}.

Generated using TypeDoc