org.jmythapi.protocol.response
Interface IBasicInputInfo

All Superinterfaces:
IVersionable
All Known Subinterfaces:
IInputInfo, IInputInfoFree, IInputInfoTuned, IProgramInfo
All Known Implementing Classes:
InputInfoFree, InputInfoTuned, ProgramInfo

public interface IBasicInputInfo
extends IVersionable

This interface is used to access basic input informations.

The following interfaces extend from this interface. The table below shows which input-related informations are provided by which interfaces.

Input Informations
Interface Range IBasicInputInfo IInputInfo Additional
Card ID Input ID Source ID Multiplex ID Input Name Channel ID
IInputInfoFree [37,-1) X X X X X -
IInputInfoTuned [37,-1) X X X X X X
IProgramInfo [00,-1) X X X - - X


Method Summary
 Integer getCardID()
          Gets the ID of the physical capture card.
 Integer getInputID()
          Gets the ID of a specific input.
 Integer getSourceID()
          Gets the source ID.
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 

Method Detail

getSourceID

Integer getSourceID()
Gets the source ID.

Returns:
the source ID. This is usually the first digit of the channel ID.

getInputID

Integer getInputID()
Gets the ID of a specific input.

Returns:
the input ID

getCardID

Integer getCardID()
Gets the ID of the physical capture card.

Returns:
the capture card ID


Copyright © 2008-2013. All Rights Reserved.