org.jmythapi.protocol.response.impl
Class InputInfoFree
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<IInputInfoFree.Props>
org.jmythapi.protocol.response.impl.InputInfoFree
- All Implemented Interfaces:
- Cloneable, IPropertyAware<IInputInfoFree.Props>, IVersionable, ISendable, IBasicInputInfo, IInputInfo, IInputInfoFree, IMythResponse<IInputInfoFree.Props>
public class InputInfoFree
- extends AMythResponse<IInputInfoFree.Props>
- implements IInputInfoFree
Methods inherited from class org.jmythapi.impl.AData |
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject, toString |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
InputInfoFree
public InputInfoFree(IMythPacket packet)
InputInfoFree
public InputInfoFree(ProtocolVersion protoVersion,
List<String> responseArgs)
getInputName
public String getInputName()
- Description copied from interface:
IInputInfo
- Gets the name of the input.
- Specified by:
getInputName
in interface IInputInfo
- Returns:
- the input name
getSourceID
public Integer getSourceID()
- Description copied from interface:
IInputInfo
- Gets the source ID.
- Specified by:
getSourceID
in interface IBasicInputInfo
- Specified by:
getSourceID
in interface IInputInfo
- Returns:
- the source ID. This is usually the first digit of the channel ID.
getInputID
public Integer getInputID()
- Description copied from interface:
IInputInfo
- Gets the ID of a specific input.
- Specified by:
getInputID
in interface IBasicInputInfo
- Specified by:
getInputID
in interface IInputInfo
- Returns:
- the input ID
getCardID
public Integer getCardID()
- Description copied from interface:
IInputInfo
- Gets the ID of the physical capture card.
- Specified by:
getCardID
in interface IBasicInputInfo
- Specified by:
getCardID
in interface IInputInfo
- Returns:
- the capture card ID
getMultiplexID
public Integer getMultiplexID()
- Description copied from interface:
IInputInfo
- Gets the multiplex ID of the input.
- Specified by:
getMultiplexID
in interface IInputInfo
- Returns:
- the multiplex id.
getLiveTvOrder
public Integer getLiveTvOrder()
- Description copied from interface:
IInputInfo
- Gets the live-TV order of the input.
- Specified by:
getLiveTvOrder
in interface IInputInfo
- Returns:
- the order for live-TV
isBusy
public boolean isBusy()
- Description copied from interface:
IInputInfo
- Gets the busy status of the encoder input.
- Specified by:
isBusy
in interface IInputInfo
- Returns:
true
if this input is busy.
Copyright © 2008-2013. All Rights Reserved.