|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileUtil.FILE | |
|---|---|
| lame.std | Contains the symmetric Java elements of the standard LAME methods, structures and constants defined in the archive lame.h and exported in lame_enc.dll and libmp3lame.so/.dylib . |
| Uses of FileUtil.FILE in lame.std |
|---|
| Methods in lame.std that return FileUtil.FILE | |
|---|---|
static FileUtil.FILE |
FileUtil.fopen(java.lang.String filename,
java.lang.String mode)
FILE *fopen(const char *filename, const char *mode); |
| Methods in lame.std with parameters of type FileUtil.FILE | |
|---|---|
static int |
FileUtil.fclose(FileUtil.FILE stream)
int fclose(FILE *stream); |
static void |
Lame.lame_mp3_tags_fid(lame_global_flags flags,
FileUtil.FILE fid)
OPTIONAL: lame_mp3_tags_fid will append a Xing VBR tag to the mp3 file with file pointer fid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||