public class EsdRecordingStream extends Esd
ESD_BITS16, ESD_BITS8, ESD_MONO, ESD_PLAY, ESD_STEREO, ESD_STREAM| Constructor and Description |
|---|
EsdRecordingStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection to esd.
|
void |
open(int nFormat,
int nSampleRate)
Opens the connection to esd and initiates a stream.
|
int |
read(byte[] abData,
int nOffset,
int nLength)
Reads a block of data to esd.
|
isLibraryAvailable, loadNativeLibrarypublic void open(int nFormat,
int nSampleRate)
public int read(byte[] abData,
int nOffset,
int nLength)
public void close()