Agora Java API Reference for Android
|
Public Member Functions | |
int | getValue () |
Public Attributes | |
DEFAULT =(0) | |
SPEECH_STANDARD =(1) | |
MUSIC_STANDARD =(2) | |
MUSIC_STANDARD_STEREO =(3) | |
MUSIC_HIGH_QUALITY =(4) | |
MUSIC_HIGH_QUALITY_STEREO =(5) | |
Sets the audio profile sampling rate, bitrate, encode mode, and the number of channels.
io.agora.rte.media.audio.AgoraRteAudioProfile.DEFAULT =(0) |
0: The default audio profile.
AUDIO_PROFILE_SPEECH_STANDARD
(1).io.agora.rte.media.audio.AgoraRteAudioProfile.SPEECH_STANDARD =(1) |
1: A sample rate of 32 kHz, audio encoding, mono, and a bitrate up to 18 Kbps.
io.agora.rte.media.audio.AgoraRteAudioProfile.MUSIC_STANDARD =(2) |
2: A sample rate of 48 kHz, music encoding, mono, and a bitrate of up to 64 Kbps.
io.agora.rte.media.audio.AgoraRteAudioProfile.MUSIC_STANDARD_STEREO =(3) |
3: A sample rate of 48 kHz, music encoding, stereo, and a bitrate of up to 80 Kbps.
io.agora.rte.media.audio.AgoraRteAudioProfile.MUSIC_HIGH_QUALITY =(4) |
4: A sample rate of 48 kHz, music encoding, mono, and a bitrate of up to 96 Kbps.
io.agora.rte.media.audio.AgoraRteAudioProfile.MUSIC_HIGH_QUALITY_STEREO =(5) |
5: A sample rate of 48 kHz, music encoding, stereo, and a bitrate of up to 128 Kbps.