public static final class AudioTrack.WriteException extends Exception
AudioTrack.| Modifier and Type | Field and Description |
|---|---|
int |
errorCode
The value returned from
AudioTrack.write(byte[], int, int). |
| Constructor and Description |
|---|
WriteException(int errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final int errorCode
AudioTrack.write(byte[], int, int).