Agora RTC Objective-C API Reference  Refactor
Data Fields
RecorderInfo Struct Reference

Data Fields

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]

RecorderInfo ( )
inline

◆ RecorderInfo() [2/2]

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

Field Documentation

◆ fileName

const char* fileName

The absolute path of the recording file.

◆ durationMs

unsigned int durationMs

The recording duration, in milliseconds.

◆ fileSize

unsigned int fileSize

The size in bytes of the recording file.