org.jmythapi.protocol.response
Interface ITunerInfo

All Superinterfaces:
Cloneable, IPropertyAware<ITunerInfo.Props>, IVersionable
All Known Implementing Classes:
TunerInfo

public interface ITunerInfo
extends IVersionable, IPropertyAware<ITunerInfo.Props>

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.

See Also:
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

getCardID

Integer getCardID()
Gets the card ID of the locked tuner.

Returns:
the card ID.
See Also:
ITunerInfo.Props.CARD_ID

getVideoDevice

String getVideoDevice()
Gets the video device of the locked tuner.

Returns:
the video device.
See Also:
ITunerInfo.Props.VIDEO_DEVICE

getAudioDevice

String getAudioDevice()
Gets the audio device of the locked tuner.

Returns:
the audio device
See Also:
ITunerInfo.Props.AUDIO_DEVICE

getVbiDevice

String getVbiDevice()
Gets the vdi device of the locked tuner.

Returns:
the vbi device
See Also:
ITunerInfo.Props.VBI_DEVICE


Copyright © 2008-2013. All Rights Reserved.