|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRecorderNextProgramInfo
An interface to get the next program of a MythTV recorder channel.
This interface represents the response to a IRecorder.getNextProgramInfo(...)
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
<00>TITLE: Formel 1 | <01>SUBTITLE: | <02>DESCRIPTION: Countdown Grosser Preis von Malaysia. mit Christian Danner, Heiko Wasser | <03>CATEGORY: | <04>START_DATE_TIME: Sun Apr 10 08:45:00 CEST 2011 | <05>END_DATE_TIME: Sun Apr 10 10:00:00 CEST 2011 | <06>CHANNEL_SIGN: RTL | <07>CHANNEL_ICON_PATH: /home/theli/.mythtv/channels/rtl.jpg | <08>CHANNEL_NUMBER: 3 | <09>CHANNEL_ID: 1066 | <10>SERIES_ID: 110344929 | <11>PROGRAM_ID:
IBackend.getNextProgramInfos(Date)
,
IRecorder.getNextProgramInfos(Date)
,
QUERY_RECORDER_GET_NEXT_PROGRAM_INFO
Nested Class Summary | |
---|---|
static class |
IRecorderNextProgramInfo.Props
The properties of an IRecorderNextProgramInfo response. |
Method Summary | |
---|---|
String |
getCategory()
Gets the category of the program. |
String |
getChannelIconPath()
Gets the path to the channel icon. |
Integer |
getChannelID()
Gets the MythTV internal channel ID. |
String |
getChannelNumber()
Gets the user defined channel number. |
String |
getChannelSign()
Gets the station abbreviation. |
String |
getDescription()
Gets the program description. |
Date |
getEndDateTime()
Gets the scheduled end of the program. |
String |
getProgramID()
Get the program ID. |
String |
getSeriesID()
Gets the series ID of the program. |
Date |
getStartDateTime()
Gets the scheduled start of the program. |
String |
getSubtitle()
Gets the program subtitle. |
String |
getTitle()
Gets the program title. |
Methods inherited from interface org.jmythapi.protocol.response.IBasicProgramInfo |
---|
getDuration, getFullTitle, getMinutesAfterMidnight, getUniqueProgramId, isValid |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Methods inherited from interface org.jmythapi.IPropertyAware |
---|
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
Method Detail |
---|
String getTitle()
getTitle
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.TITLE
String getSubtitle()
getSubtitle
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.SUBTITLE
String getDescription()
getDescription
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.DESCRIPTION
String getCategory()
getCategory
in interface IBasicProgramInfo
Comedy
IRecorderNextProgramInfo.Props.CATEGORY
Date getStartDateTime()
getStartDateTime
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.START_DATE_TIME
Date getEndDateTime()
getEndDateTime
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.END_DATE_TIME
String getSeriesID()
getSeriesID
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.SERIES_ID
String getProgramID()
getProgramID
in interface IBasicProgramInfo
IRecorderNextProgramInfo.Props.PROGRAM_ID
Integer getChannelID()
getChannelID
in interface IBasicChannelInfo
11123
IRecorderNextProgramInfo.Props.CHANNEL_ID
String getChannelSign()
getChannelSign
in interface IBasicChannelInfo
PULS 4
IRecorderNextProgramInfo.Props.CHANNEL_SIGN
String getChannelNumber()
getChannelNumber
in interface IBasicChannelInfo
-
', '_
' or '.
'IRecorderNextProgramInfo.Props.CHANNEL_NUMBER
String getChannelIconPath()
IRecorderNextProgramInfo.Props.CHANNEL_ICON_PATH
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |