|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EChannelBrowseDirection | |
|---|---|
| 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 EChannelBrowseDirection in org.jmythapi.protocol |
|---|
| Methods in org.jmythapi.protocol with parameters of type EChannelBrowseDirection | |
|---|---|
IRecorderNextProgramInfo |
IRecorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
Gets the next program on the specified channel. |
IRecorderNextProgramInfo |
IRecorder.getNextProgramInfo(String channelnumber,
Integer chanID,
EChannelBrowseDirection direction,
Date startTime)
Gets the next program on the specified channel. |
| Uses of EChannelBrowseDirection in org.jmythapi.protocol.impl |
|---|
| Methods in org.jmythapi.protocol.impl with parameters of type EChannelBrowseDirection | |
|---|---|
IRecorderNextProgramInfo |
Recorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
|
RecorderNextProgramInfo |
Recorder.getNextProgramInfo(String channelNumber,
Integer channelID,
EChannelBrowseDirection direction,
Date startTime)
|
| Uses of EChannelBrowseDirection in org.jmythapi.protocol.request |
|---|
| Methods in org.jmythapi.protocol.request that return EChannelBrowseDirection | |
|---|---|
static EChannelBrowseDirection |
EChannelBrowseDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EChannelBrowseDirection[] |
EChannelBrowseDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||