On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.RemoteVideoStats Class Reference

Public Attributes

int delay = 0
 
int width = 0
 
int height = 0
 
int receivedBitrate = 0
 
int decoderOutputFrameRate = 0
 
int rxStreamType = 0
 

Detailed Description

The statistics of the remote video stream. For details, see Statistics of remote video streams.

Member Data Documentation

◆ delay

int io.agora.recording.common.Common.RemoteVideoStats.delay = 0

Delay (ms).

◆ width

int io.agora.recording.common.Common.RemoteVideoStats.width = 0

The width (pixel) of the remote video.

◆ height

int io.agora.recording.common.Common.RemoteVideoStats.height = 0

The height (pixel) of the remote video.

◆ receivedBitrate

int io.agora.recording.common.Common.RemoteVideoStats.receivedBitrate = 0

The receiving bitrate (Kbps).

◆ decoderOutputFrameRate

int io.agora.recording.common.Common.RemoteVideoStats.decoderOutputFrameRate = 0

The decoder output frame rate (fps) of the remote video.

Note
This parameter is only valid in Composite Recording mode or when the video decoding format is set as YUV.

◆ rxStreamType

int io.agora.recording.common.Common.RemoteVideoStats.rxStreamType = 0

The video stream type:

  • 0: High-stream video.
  • 1: Low-stream video.