On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
Public Member Functions | Public Attributes | List of all members
agora::linuxsdk::RemoteVideoStats Struct Reference

Public Member Functions

  RemoteVideoStats ()
 

Public Attributes

int  delay
 
int  width
 
int  height
 
int  receivedBitrate
 
int  decoderOutputFrameRate
 
REMOTE_VIDEO_STREAM_TYPE  rxStreamType
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RemoteVideoStats()

agora::linuxsdk::RemoteVideoStats::RemoteVideoStats ( )
inline

Member Data Documentation

◆ delay

int agora::linuxsdk::RemoteVideoStats::delay

Delay (ms).

◆ width

int agora::linuxsdk::RemoteVideoStats::width

The width (pixel) of the remote video.

◆ height

int agora::linuxsdk::RemoteVideoStats::height

The height (pixel) of the remote video.

◆ receivedBitrate

int agora::linuxsdk::RemoteVideoStats::receivedBitrate

The receiving bitrate (Kbps).

◆ decoderOutputFrameRate

int agora::linuxsdk::RemoteVideoStats::decoderOutputFrameRate

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

REMOTE_VIDEO_STREAM_TYPE agora::linuxsdk::RemoteVideoStats::rxStreamType

The video stream type:

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