org.jmythapi.protocol.response
Interface IInputInfoTuned

All Superinterfaces:
Cloneable, IBasicInputInfo, IInputInfo, IPropertyAware<IInputInfoTuned.Props>, IVersionable
All Known Implementing Classes:
InputInfoTuned

public interface IInputInfoTuned
extends IInputInfo, IVersionable, IPropertyAware<IInputInfoTuned.Props>

An interface to get a currently in use recorder input.

This interface represents the response to a IRemoteEncoder.getBusyStatus.
This interface is property-aware. See the properties-list for all properties of this interface.

A response example:

<0>INPUT_NAME: DVBInput | <1>SOURCE_ID: 1 | <2>INPUT_ID: 1 | <3>CARD_ID: 1 | <4>MULTIPLEX_ID: 0 | <5>CHANNEL_ID: 1002

Since:
37
See Also:
QUERY_REMOTEENCODER_IS_BUSY, IRemoteEncoder.getBusyInput(), IRemoteEncoder.getBusyStatus(), inputinfo.cpp

Nested Class Summary
static class IInputInfoTuned.Props
          The properties of an IInputInfoTuned response.
 
Field Summary
 
Fields inherited from interface org.jmythapi.protocol.response.IInputInfo
EMPTY_INPUT
 
Method Summary
 Integer getChannelID()
          Gets the id of the currently tuned channel.
 
Methods inherited from interface org.jmythapi.protocol.response.IInputInfo
getCardID, getInputID, getInputName, getLiveTvOrder, getMultiplexID, getSourceID, isBusy
 
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

getChannelID

Integer getChannelID()
Gets the id of the currently tuned channel.

Returns:
the channel id


Copyright © 2008-2013. All Rights Reserved.