Uses of Class
com.tagtraum.tunes.PlayerState
-
Packages that use PlayerState Package Description com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of PlayerState in com.tagtraum.tunes
Methods in com.tagtraum.tunes that return PlayerState Modifier and Type Method Description PlayerState
ITunes. getPlayerState()
Is iTunes stopped, paused, or playing?static PlayerState
PlayerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayerState[]
PlayerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-