public class AgoraAudioSink
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
cptr
Native pointer to the underlying audio sink instance.
|
| Constructor and Description |
|---|
AgoraAudioSink()
Creates an audio sink and initializes the native resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the audio sink and frees its native resources.
|
private long |
init()
Initializes the native audio sink instance.
|
private void |
ndestroy()
Releases the native audio sink resources.
|