Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::media::RecorderInfo Struct Reference

#include <AgoraMediaBase.h>

Public Member Functions

 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

Member Data Documentation

◆ fileName

const char* agora::media::RecorderInfo::fileName

The absolute path of the recording file.

◆ durationMs

unsigned int agora::media::RecorderInfo::durationMs

The recording duration, in milliseconds.

◆ fileSize

unsigned int agora::media::RecorderInfo::fileSize

The size in bytes of the recording file.