Package x3
Interface X3Encoder
- All Known Implementing Classes:
X3JavaEncoder
,X3JNIEncoder
public interface X3Encoder
General X3 encoder / decoder.
- Author:
- Doug Gillespie
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_FAIL
static int
ERROR_OK
-
Method Summary
-
Field Details
-
ERROR_OK
static final int ERROR_OK- See Also:
- Constant Field Values
-
ERROR_FAIL
static final int ERROR_FAIL- See Also:
- Constant Field Values
-
-
Method Details
-
wavToX3
int wavToX3(java.lang.String sourceFile, java.lang.String destFile)Convert a wav file into an X3 file.- Parameters:
sourceFile
- Wav file namedestFile
- X3 file name- Returns:
- 0 if sucessful
-
x3ToWav
int x3ToWav(java.lang.String sourceFile, java.lang.String destFile)Convert an x3 file into a wav file- Parameters:
sourceFile
- X3 file namedestFile
- Wav file name- Returns:
- 0 if sucessful.
-