public class Clip extends Object
| Modifier and Type | Field and Description |
|---|---|
ByteBuffer |
data
The audio data.
|
int |
format
The OpenAL format of this clip:
AL10.AL_FORMAT_MONO8, etc. |
int |
frequency
The frequency of this clip in samples per second.
|
public int format
AL10.AL_FORMAT_MONO8, etc.public int frequency
public ByteBuffer data
Copyright © 2015. All rights reserved.