Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
AudioPcmDataInfo (const AudioPcmDataInfo &rhs) | |
Public Attributes | |
size_t | samplesPerChannel |
int16_t | channelNum |
size_t | samplesOut |
int64_t | elapsedTimeMs |
int64_t | ntpTimeMs |
The definition of the AudioPcmDataInfo struct.
size_t agora::rtc::AudioPcmDataInfo::samplesPerChannel |
The sample count of the PCM data that you expect.
size_t agora::rtc::AudioPcmDataInfo::samplesOut |
The number of output samples.
int64_t agora::rtc::AudioPcmDataInfo::elapsedTimeMs |
The rendering time (ms).
int64_t agora::rtc::AudioPcmDataInfo::ntpTimeMs |
The NTP (Network Time Protocol) timestamp (ms).