|
Video SDK v3.7.1 API Reference for All Platforms (C++)
|
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 |
Information for the recording file.
|
default |
|
inline |
| const char* agora::rtc::RecorderInfo::fileName |
The absolute path of the recording file.
| unsigned int agora::rtc::RecorderInfo::durationMs |
The recording duration, in milliseconds.
| unsigned int agora::rtc::RecorderInfo::fileSize |
The size in bytes of the recording file.