|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRecorderChannelInfo | |
---|---|
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.impl | This package contains implementations of MythTV response messages. |
Uses of IRecorderChannelInfo in org.jmythapi.database |
---|
Methods in org.jmythapi.database that return IRecorderChannelInfo | |
---|---|
IRecorderChannelInfo |
IDatabase.getChannelInfo(Integer chanID)
Gets informations about the given channel |
Methods in org.jmythapi.database that return types with arguments of type IRecorderChannelInfo | |
---|---|
List<IRecorderChannelInfo> |
IDatabase.getChannelInfos()
|
List<IRecorderChannelInfo> |
IDatabase.getChannelInfos(Integer recorderID)
|
List<IRecorderChannelInfo> |
IDatabase.getChannelInfos(IRecorderInfo recorder)
|
List<IRecorderChannelInfo> |
IDatabase.getChannelInfosByCallSign(String callSign)
|
Uses of IRecorderChannelInfo in org.jmythapi.database.impl |
---|
Classes in org.jmythapi.database.impl that implement IRecorderChannelInfo | |
---|---|
class |
ChannelInfo
|
Methods in org.jmythapi.database.impl that return IRecorderChannelInfo | |
---|---|
IRecorderChannelInfo |
DataBase.getChannelInfo(Integer chanID)
|
Methods in org.jmythapi.database.impl that return types with arguments of type IRecorderChannelInfo | |
---|---|
List<IRecorderChannelInfo> |
DataBase.getChannelInfos()
|
List<IRecorderChannelInfo> |
DataBase.getChannelInfos(Integer recorderID)
|
List<IRecorderChannelInfo> |
DataBase.getChannelInfos(IRecorderInfo recorder)
|
List<IRecorderChannelInfo> |
DataBase.getChannelInfosByCallSign(String callSign)
|
Uses of IRecorderChannelInfo in org.jmythapi.protocol |
---|
Methods in org.jmythapi.protocol that return IRecorderChannelInfo | |
---|---|
IRecorderChannelInfo |
IRecorder.getChannelInfo(IBasicChannelInfo channelInfo)
Gets detailed informations about the given channel. |
IRecorderChannelInfo |
IRecorder.getChannelInfo(Integer chanID)
Gets informations about the given channel. |
Methods in org.jmythapi.protocol that return types with arguments of type IRecorderChannelInfo | |
---|---|
List<IRecorderChannelInfo> |
IBackend.getChannelInfos()
Get a list of all available channels on all available recorders. |
List<IRecorderChannelInfo> |
IRecorder.getChannelInfos()
Gets a list of all known channels. |
Methods in org.jmythapi.protocol with parameters of type IRecorderChannelInfo | |
---|---|
boolean |
IBackend.setChannelInfo(String oldChannelNumber,
IRecorderChannelInfo channelInfo)
Changes detailed infos about the given channel. |
boolean |
IRecorder.spawnLiveTV(boolean pictureInPicture,
IRecorderChannelInfo recorderChannelInfo)
Tells the recorder to start a "Live TV" recording. |
Uses of IRecorderChannelInfo in org.jmythapi.protocol.impl |
---|
Methods in org.jmythapi.protocol.impl that return types with arguments of type IRecorderChannelInfo | |
---|---|
List<IRecorderChannelInfo> |
Recorder.getChannelInfos()
|
List<IRecorderChannelInfo> |
Backend.getChannelInfos()
|
Methods in org.jmythapi.protocol.impl with parameters of type IRecorderChannelInfo | |
---|---|
boolean |
Backend.setChannelInfo(String oldChannelNumber,
IRecorderChannelInfo channelInfo)
|
boolean |
Recorder.spawnLiveTV(boolean pictureInPicture,
IRecorderChannelInfo recorderChannelInfo)
|
Uses of IRecorderChannelInfo in org.jmythapi.protocol.response.impl |
---|
Classes in org.jmythapi.protocol.response.impl that implement IRecorderChannelInfo | |
---|---|
class |
RecorderChannelInfo
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |