|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PlayerEngineCapability in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PlayerEngineCapability | |
---|---|
abstract boolean |
PlayerHandler.supportsCapability(PlayerEngineCapability capability)
This method must be implemented by player engines. |
Uses of PlayerEngineCapability in net.sourceforge.atunes.kernel.modules.player |
---|
Methods in net.sourceforge.atunes.kernel.modules.player that return PlayerEngineCapability | |
---|---|
static PlayerEngineCapability |
PlayerEngineCapability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlayerEngineCapability[] |
PlayerEngineCapability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PlayerEngineCapability in net.sourceforge.atunes.kernel.modules.player.mplayer |
---|
Methods in net.sourceforge.atunes.kernel.modules.player.mplayer with parameters of type PlayerEngineCapability | |
---|---|
boolean |
MPlayerHandler.supportsCapability(PlayerEngineCapability capability)
|
Uses of PlayerEngineCapability in net.sourceforge.atunes.kernel.modules.player.xine |
---|
Methods in net.sourceforge.atunes.kernel.modules.player.xine with parameters of type PlayerEngineCapability | |
---|---|
boolean |
XineHandler.supportsCapability(PlayerEngineCapability capability)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |