Represents the video resolution for RTMP streaming in the HMS (100ms) system.

This class encapsulates the dimensions (height and width) of the video resolution to be used for RTMP streaming. It allows for specifying the video quality by defining the resolution, which is crucial for optimizing the streaming experience based on the bandwidth available and the requirements of the streaming platform.

Param

The constructor parameters.

Param

The height of the video resolution.

Param

The width of the video resolution.

See

https://www.100ms.live/docs/react-native/v2/how-to-guides/record-and-live-stream/recording

Hierarchy

  • HMSRtmpVideoResolution

Constructors

Properties

Constructors

Properties

height: number
width: number

Generated using TypeDoc