|
||||||||||
| 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 IBasicProgramInfoIRecorderProgramInfo.Props.TITLEString getSubtitle()
getSubtitle in interface IBasicProgramInfoIRecorderProgramInfo.Props.SUBTITLEString getDescription()
getDescription in interface IBasicProgramInfoIRecorderProgramInfo.Props.DESCRIPTIONString getCategory()
getCategory in interface IBasicProgramInfoComedyIRecorderProgramInfo.Props.CATEGORYDate getStartDateTime()
getStartDateTime in interface IBasicProgramInfoIRecorderProgramInfo.Props.START_DATE_TIMEDate getEndDateTime()
getEndDateTime in interface IBasicProgramInfoIRecorderProgramInfo.Props.END_DATE_TIMEString getSeriesID()
getSeriesID in interface IBasicProgramInfoIRecorderProgramInfo.Props.SERIES_IDString getProgramID()
getProgramID in interface IBasicProgramInfoIRecorderProgramInfo.Props.PROGRAM_IDString getChannelSign()
getChannelSign in interface IBasicChannelInfoPULS 4IRecorderProgramInfo.Props.CHANNEL_SIGNString getChannelNumber()
getChannelNumber in interface IBasicChannelInfo-', '_' or '.'IRecorderProgramInfo.Props.CHANNEL_NUMBERInteger getChannelID()
getChannelID in interface IBasicChannelInfo11123IRecorderProgramInfo.Props.CHANNEL_IDString getChannelIconPath()
IRecorderProgramInfo.Props.CHANNEL_ICON_PATHString 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_FILTERSBoolean isRepeat()
IRecorderProgramInfo.Props.REPEATDate getOritinalAirDate()
IRecorderProgramInfo.Props.ORIGINAL_AIRDATEFloat getStars()
IRecorderProgramInfo.Props.STARS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||