|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITunerInfo
An interface to get informations about a locked MythTV recorder.
This interface represents the response to a IBackend.lockTuner()
request.
This interface is property-aware
. See the properties-list
for all properties of this interface.
IBackend.lockTuner()
,
LOCK_TUNER
Nested Class Summary | |
---|---|
static class |
ITunerInfo.Props
Properties of the ITunerInfo response. |
Method Summary | |
---|---|
String |
getAudioDevice()
Gets the audio device of the locked tuner. |
Integer |
getCardID()
Gets the card ID of the locked tuner. |
String |
getVbiDevice()
Gets the vdi device of the locked tuner. |
String |
getVideoDevice()
Gets the video device of the locked tuner. |
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 |
---|
Integer getCardID()
ITunerInfo.Props.CARD_ID
String getVideoDevice()
ITunerInfo.Props.VIDEO_DEVICE
String getAudioDevice()
ITunerInfo.Props.AUDIO_DEVICE
String getVbiDevice()
ITunerInfo.Props.VBI_DEVICE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |