Uses of Class
org.jmythapi.protocol.request.EChannelChangeDirection

Packages that use EChannelChangeDirection
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
org.jmythapi.protocol.request This package contains intefaces of MythTV request messages. 
 

Uses of EChannelChangeDirection in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol with parameters of type EChannelChangeDirection
 boolean IRecorder.changeChannel(EChannelChangeDirection direction)
          Changes to the next or previous channel.
 

Uses of EChannelChangeDirection in org.jmythapi.protocol.impl
 

Methods in org.jmythapi.protocol.impl with parameters of type EChannelChangeDirection
 boolean Recorder.changeChannel(EChannelChangeDirection direction)
           
 

Uses of EChannelChangeDirection in org.jmythapi.protocol.request
 

Methods in org.jmythapi.protocol.request that return EChannelChangeDirection
static EChannelChangeDirection EChannelChangeDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EChannelChangeDirection[] EChannelChangeDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2013. All Rights Reserved.