On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
Public Member Functions | Public Attributes | List of all members
agora::linuxsdk::AudioAacFrame Class Reference

Public Member Functions

  AudioAacFrame (u64_t frame_ms)
 
  ~AudioAacFrame ()
 

Public Attributes

const uchar_t aacBuf_
 
u64_t  frame_ms_
 
uint_t  aacBufSize_
 
uint_t  channels_
 
uint_t  bitrate_
 

Detailed Description

The parameters of the audio frame in AAC format.

Constructor & Destructor Documentation

◆ AudioAacFrame()

agora::linuxsdk::AudioAacFrame::AudioAacFrame ( u64_t  frame_ms )
explicit

◆ ~AudioAacFrame()

agora::linuxsdk::AudioAacFrame::~AudioAacFrame ( )

Member Data Documentation

◆ aacBuf_

const uchar_t* agora::linuxsdk::AudioAacFrame::aacBuf_

Audio frame buffer.

◆ frame_ms_

u64_t agora::linuxsdk::AudioAacFrame::frame_ms_

Timestamp of the frame.

◆ aacBufSize_

uint_t agora::linuxsdk::AudioAacFrame::aacBufSize_

Size of the audio frame buffer.

◆ channels_

uint_t agora::linuxsdk::AudioAacFrame::channels_

Number of audio channels.

◆ bitrate_

uint_t agora::linuxsdk::AudioAacFrame::bitrate_

Bitrate of the audio.