public class AudioBuffer extends Object
Modifier and Type | Field and Description |
---|---|
protected ByteBuffer |
data |
protected AudioFormat |
format |
protected int |
nFrames |
Constructor and Description |
---|
AudioBuffer(ByteBuffer data,
AudioFormat format,
int nFrames) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getData() |
AudioFormat |
getFormat() |
int |
getNFrames() |
protected ByteBuffer data
protected AudioFormat format
protected int nFrames
public AudioBuffer(ByteBuffer data, AudioFormat format, int nFrames)
public ByteBuffer getData()
public AudioFormat getFormat()
public int getNFrames()
Copyright © 2019. All rights reserved.