|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidHandle | |
---|---|
com.qotsa.jni.controller | Package containing the Controller Class to communicate with Winamp. |
Uses of InvalidHandle in com.qotsa.jni.controller |
---|
Methods in com.qotsa.jni.controller that throw InvalidHandle | |
---|---|
static void |
WinampController.appendToPlayList(java.lang.String filename)
Append a File into the List. |
static void |
WinampController.clearPlayList()
Clear Winamp's internal playlist. |
static void |
WinampController.decreaseVolume()
Decrease Volume a little bit. |
static void |
WinampController.decreaseVolumePercent(int percent)
Decrease Volume. |
static void |
WinampController.exit()
Exit Winamp. |
static void |
WinampController.fwd5Secs()
Fowards 5 seconds on the current song. |
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 java.lang.String |
WinampController.getFileNamePlaying()
Get File Name Playing In Winamp. |
static int |
WinampController.getListPos()
Get Current List Pos. |
static int |
WinampController.getPlayListLength()
Return the PlayListLength. |
static int |
WinampController.getStatus()
Get Winamp Status. |
static int |
WinampController.getTime(int mode)
Get Song Time. |
static java.lang.String |
WinampController.getTitle()
Get Current Track Title. |
static void |
WinampController.increaseVolume()
Increase Volume a little bit. |
static void |
WinampController.increaseVolumePercent(int percent)
Increase Volume. |
static boolean |
WinampController.isRepeatStatusOn()
Verify if Repeat is On. |
static boolean |
WinampController.isShuffleStatusOn()
Verify if Shuffle is On. |
static void |
WinampController.nextTrack()
Go to Next Track in the play list. |
static void |
WinampController.pause()
Pause Winamp. |
static void |
WinampController.play()
Play current file in Winamp. |
static void |
WinampController.previousTrack()
Go to Previous Track in the play list. |
static void |
WinampController.refreshPlayListCache()
Flush the playlist cache buffer. |
static void |
WinampController.restart()
Restarts Winamp. |
static void |
WinampController.resume()
Resume current file in Winamp. |
static void |
WinampController.rew5Secs()
Rewinds 5 seconds on the current song. |
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.setRepeatStatusOn(boolean mode)
Turn on Repeat. |
static void |
WinampController.setShuffleStatusOn(boolean mode)
Turn on Shuffle. |
static void |
WinampController.setVolume(int pos)
Adjust Volume. |
static void |
WinampController.stop()
Stop current file in Winamp. |
static int |
WinampController.writePlayListToFile()
Write a Playlist in winampDirInstallation\\Winamp.m3u. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |