Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.base.AudioFrame Class Reference

Public Member Functions

 AudioFrame (byte[] bytes, int sampleRataHz, int bytesPerSample, int channelNums, int samplesPerChannel, long timestamp)
 
byte[] getBytes ()
 
int getBytesPerSample ()
 
int getChannelNums ()
 
int getSampleRataHz ()
 
int getSamplesPerChannel ()
 
long getTimestamp ()
 
String toString ()
 

Public Attributes

byte[] bytes
 
int sampleRataHz
 
int bytesPerSample
 
int channelNums
 
int samplesPerChannel
 
long timestamp