|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IProgramInfo
and IRecorderChannelInfo
public interface IRecorderProgramInfo
An interface to get the program of the current channel of a MythTV recorder.
This interface represents the response to a IRecorder.getProgramInfo
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
IRecorder.getProgramInfo()
,
QUERY_RECORDER_GET_PROGRAM_INFO
Nested Class Summary | |
---|---|
static class |
IRecorderProgramInfo.Props
Deprecated. The properties of an IRecorderProgramInfo response. |
Method Summary | |
---|---|
String |
getCategory()
Deprecated. Gets the category of the program. |
String |
getChannelIconPath()
Deprecated. Gets the path to the channel icon. |
Integer |
getChannelID()
Deprecated. Gets the MythTV internal channel ID. |
String |
getChannelNumber()
Deprecated. Gets the user defined channel number. |
String |
getChannelOutputFilters()
Deprecated. Output filters. |
String |
getChannelSign()
Deprecated. Gets the station abbreviation. |
String |
getDescription()
Deprecated. Gets the program description. |
Date |
getEndDateTime()
Deprecated. Gets the scheduled end of the program. |
Date |
getOritinalAirDate()
Deprecated. Gets the air date of the program. |
String |
getProgramID()
Deprecated. Get the program ID. |
String |
getSeriesID()
Deprecated. Gets the series ID of the program. |
Float |
getStars()
Deprecated. Gets the rating of the program. |
Date |
getStartDateTime()
Deprecated. Gets the scheduled start of the program. |
String |
getSubtitle()
Deprecated. Gets the program subtitle. |
String |
getTitle()
Deprecated. Gets the program title. |
Boolean |
isRepeat()
Deprecated. Checks if the program is a duplicate to a previously recorded program. |
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
IRecorderProgramInfo.Props.TITLE
String getSubtitle()
getSubtitle
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.SUBTITLE
String getDescription()
getDescription
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.DESCRIPTION
String getCategory()
getCategory
in interface IBasicProgramInfo
Comedy
IRecorderProgramInfo.Props.CATEGORY
Date getStartDateTime()
getStartDateTime
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.START_DATE_TIME
Date getEndDateTime()
getEndDateTime
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.END_DATE_TIME
String getSeriesID()
getSeriesID
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.SERIES_ID
String getProgramID()
getProgramID
in interface IBasicProgramInfo
IRecorderProgramInfo.Props.PROGRAM_ID
String getChannelSign()
getChannelSign
in interface IBasicChannelInfo
PULS 4
IRecorderProgramInfo.Props.CHANNEL_SIGN
String getChannelNumber()
getChannelNumber
in interface IBasicChannelInfo
-
', '_
' or '.
'IRecorderProgramInfo.Props.CHANNEL_NUMBER
Integer getChannelID()
getChannelID
in interface IBasicChannelInfo
11123
IRecorderProgramInfo.Props.CHANNEL_ID
String getChannelIconPath()
IRecorderProgramInfo.Props.CHANNEL_ICON_PATH
String getChannelOutputFilters()
Allows to specify a set of filters to be used when playing back recordings from a given channel. This is useful for those with hardware encoders and more than one source, since filters are rarely a one-size-fits-all thing.
IRecorderProgramInfo.Props.CHANNEL_OUTPUT_FILTERS
Boolean isRepeat()
IRecorderProgramInfo.Props.REPEAT
Date getOritinalAirDate()
IRecorderProgramInfo.Props.ORIGINAL_AIRDATE
Float getStars()
IRecorderProgramInfo.Props.STARS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |