|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBasicChannelInfo | |
---|---|
org.jmythapi | |
org.jmythapi.database | |
org.jmythapi.database.impl | |
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.response | This package contains interfaces of MythTV response messages. |
org.jmythapi.protocol.response.impl | This package contains implementations of MythTV response messages. |
org.jmythapi.protocol.response.impl.comparators | This package contains classes to sort MythTV recordings. |
org.jmythapi.protocol.response.impl.filters | This package contains classes to filter MythTV recordings. |
Uses of IBasicChannelInfo in org.jmythapi |
---|
Subinterfaces of IBasicChannelInfo in org.jmythapi | |
---|---|
interface |
IRecorderChannelInfo
An interface to get informations about a MythTV recorder channel. |
Uses of IBasicChannelInfo in org.jmythapi.database |
---|
Methods in org.jmythapi.database with parameters of type IBasicChannelInfo | |
---|---|
IRecorderNextProgramInfo |
IDatabase.queryNextProgramInfo(IBasicChannelInfo channelInfo,
Date startDateTime)
|
void |
ISchedule.setChannel(IBasicChannelInfo channelInfo)
|
Uses of IBasicChannelInfo in org.jmythapi.database.impl |
---|
Classes in org.jmythapi.database.impl that implement IBasicChannelInfo | |
---|---|
class |
ChannelInfo
|
class |
RecorderNextProgramInfo
|
Methods in org.jmythapi.database.impl with parameters of type IBasicChannelInfo | |
---|---|
IRecorderNextProgramInfo |
DataBase.queryNextProgramInfo(IBasicChannelInfo channelInfo,
Date startDateTime)
|
void |
Schedule.setChannel(IBasicChannelInfo channelInfo)
|
Uses of IBasicChannelInfo in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol with type parameters of type IBasicChannelInfo | ||
---|---|---|
|
IBackend.getBasicChannelInfos()
Get a list of all available channels on all available recorders. |
|
|
IRecorder.getBasicChannelInfos()
Gets a list of all known channels. |
|
|
IRecorder.getCurrentChannel()
Gets the currently active channel of the recorder. |
Methods in org.jmythapi.protocol with parameters of type IBasicChannelInfo | |
---|---|
IRecorderChannelInfo |
IRecorder.getChannelInfo(IBasicChannelInfo channelInfo)
Gets detailed informations about the given channel. |
IRecorderNextProgramInfo |
IRecorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
Gets the next program on the specified channel. |
IProgramInfo |
IBackend.queryRecording(IBasicChannelInfo channel,
Date recordingStartTime)
Get a single recording by its channel and recording start-time. |
Uses of IBasicChannelInfo in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl with type parameters of type IBasicChannelInfo | ||
---|---|---|
|
Backend.getBasicChannelInfoMap()
|
|
|
Recorder.getBasicChannelInfos()
|
|
|
Backend.getBasicChannelInfos()
|
|
|
Recorder.getCurrentChannel()
|
Methods in org.jmythapi.protocol.impl with parameters of type IBasicChannelInfo | |
---|---|
RecorderChannelInfo |
Recorder.getChannelInfo(IBasicChannelInfo channelInfo)
|
IRecorderNextProgramInfo |
Recorder.getNextProgramInfo(IBasicChannelInfo channelInfo,
EChannelBrowseDirection direction,
Date startTime)
|
IProgramInfo |
Backend.queryRecording(IBasicChannelInfo channel,
Date startTime)
|
Uses of IBasicChannelInfo in org.jmythapi.protocol.response |
---|
Subinterfaces of IBasicChannelInfo in org.jmythapi.protocol.response | |
---|---|
interface |
IProgramInfo
An interface to get infos about a MythTV recording. |
interface |
IRecorderNextProgramInfo
An interface to get the next program of a MythTV recorder channel. |
interface |
IRecorderProgramInfo
Deprecated. 21, replaced by IProgramInfo and IRecorderChannelInfo |
Methods in org.jmythapi.protocol.response with parameters of type IBasicChannelInfo | |
---|---|
static IProgramInfoFilter |
ProgramInfoFilters.channel(IBasicChannelInfo... channelInfos)
Creates a filter to filter recordings by channel. |
Uses of IBasicChannelInfo in org.jmythapi.protocol.response.impl |
---|
Classes in org.jmythapi.protocol.response.impl that implement IBasicChannelInfo | |
---|---|
class |
AProgramInfo<E extends Enum<E>>
|
class |
ARecorderProgramInfo<E extends Enum<E>>
|
class |
ProgramInfo
|
class |
RecorderChannelInfo
|
class |
RecorderProgramInfo
Deprecated. 21 |
Uses of IBasicChannelInfo in org.jmythapi.protocol.response.impl.comparators |
---|
Methods in org.jmythapi.protocol.response.impl.comparators with parameters of type IBasicChannelInfo | |
---|---|
int |
ChannelNumberComparator.compare(IBasicChannelInfo c1,
IBasicChannelInfo c2)
|
Uses of IBasicChannelInfo in org.jmythapi.protocol.response.impl.filters |
---|
Constructors in org.jmythapi.protocol.response.impl.filters with parameters of type IBasicChannelInfo | |
---|---|
ProgramInfoChannelFilter(IBasicChannelInfo... channelInfos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |