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

Information about the recording file. More...

#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 about the recording file.

Since
v3.5.2

Member Data Documentation

◆ fileName

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

Absolute storage path of the recording file.

◆ durationMs

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

Duration of the recording file in milliseconds.

◆ fileSize

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

Size of the recording file in bytes.