public class AudioData
extends java.lang.Object
| Constructor and Description |
|---|
AudioData(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
get(byte[] buffer) |
void |
get(java.nio.ByteBuffer buffer) |
long |
presentationTimeUs() |
void |
set(java.nio.ByteBuffer buffer,
int _size,
long _presentationTimeUs) |
int |
size() |