Agora C++ API Reference for All Platforms
agora::rtc::RecorderInfo Struct Reference

#include <IAgoraRtcEngine.h>

Public Member Functions

 RecorderInfo ()=default
 
 RecorderInfo (const char *name, unsigned int dur, unsigned int size)
 

Public Attributes

const char * fileName
 
unsigned int durationMs
 
unsigned int fileSize
 

Detailed Description

Information for the recording file.

Since
v3.5.2

Constructor & Destructor Documentation

◆ RecorderInfo() [1/2]

agora::rtc::RecorderInfo::RecorderInfo ( )
default

◆ RecorderInfo() [2/2]

agora::rtc::RecorderInfo::RecorderInfo ( const char *  name,
unsigned int  dur,
unsigned int  size 
)
inline

Member Data Documentation

◆ fileName

const char* agora::rtc::RecorderInfo::fileName

The absolute path of the recording file.

◆ durationMs

unsigned int agora::rtc::RecorderInfo::durationMs

The recording duration, in milliseconds.

◆ fileSize

unsigned int agora::rtc::RecorderInfo::fileSize

The size in bytes of the recording file.