|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidParameter | |
---|---|
com.qotsa.jni.controller | Package containing the Controller Class to communicate with Winamp. |
Uses of InvalidParameter in com.qotsa.jni.controller |
---|
Methods in com.qotsa.jni.controller that throw InvalidParameter | |
---|---|
static void |
WinampController.appendToPlayList(java.lang.String filename)
Append a File into the List. |
static void |
WinampController.decreaseVolumePercent(int percent)
Decrease Volume. |
static void |
WinampController.fwdTracks(int n)
Fowards n Tracks in Play List. |
static java.lang.String |
WinampController.getFileNameInList(int pos)
Get Current Track FileName. |
static int |
WinampController.getTime(int mode)
Get Song Time. |
static void |
WinampController.increaseVolumePercent(int percent)
Increase Volume. |
static void |
WinampController.rewTracks(int n)
Rewinds n Tracks in Play List. |
static void |
WinampController.setPlaylistPosition(int pos)
Go to a Specified Position in the List. |
static void |
WinampController.setVolume(int pos)
Adjust Volume. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |