On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Member Functions | Public Attributes | List of all members
io.agora.recording.common.Common.AudioAacFrame Class Reference

Public Member Functions

 AudioAacFrame (long framems)
 

Public Attributes

long frame_ms
 
byte[] aacBuf
 
long aacBufSize
 
int channels
 
int bitrate
 

Detailed Description

TThe parameters of raw audio data in AAC format.

Member Data Documentation

◆ frame_ms

long io.agora.recording.common.Common.AudioAacFrame.frame_ms

Timestamp of the frame.

◆ aacBuf

byte [] io.agora.recording.common.Common.AudioAacFrame.aacBuf

Audio frame buffer.

◆ aacBufSize

long io.agora.recording.common.Common.AudioAacFrame.aacBufSize

Size of the audio frame buffer.

◆ channels

int io.agora.recording.common.Common.AudioAacFrame.channels

Channels Number of audio channels.

◆ bitrate

int io.agora.recording.common.Common.AudioAacFrame.bitrate

Bitrate Bitrate of the audio.