Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalVideoStats

Statistics of the local video.

Hierarchy

  • LocalVideoStats

Index

Properties

encoderOutputFrameRate

encoderOutputFrameRate: number

The encoder output frame rate (fps) of the local video.

qualityAdaptIndication

qualityAdaptIndication: QualityAdaptIndication

Quality change of the local video in terms of target frame rate and target bit rate since last count. See QualityAdaptIndication.

rendererOutputFrameRate

rendererOutputFrameRate: number

The renderer output frame rate (fps) of the local video.

sentBitrate

sentBitrate: number

Bitrate (Kbps) sent since the last count.

sentFrameRate

sentFrameRate: number

Frame rate (fps) sent since the last count.

targetBitrate

targetBitrate: number

The target bitrate (Kbps) of the current encoder. This value is estimated by the SDK based on the current network conditions.

targetFrameRate

targetFrameRate: number

The target frame rate (fps) of the current encoder.