|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IInputInfoTuned.Props> org.jmythapi.protocol.response.IInputInfoTuned.Props
public static enum IInputInfoTuned.Props
The properties of an IInputInfoTuned
response.
MythTV Protocol Version Matrix | |||||
---|---|---|---|---|---|
Protocol | |||||
Name | Type | Range | 37 | 71 | -1 |
INPUT_NAME | String | [37,-1) | X | X | X |
SOURCE_ID | Integer | [37,-1) | X | X | X |
INPUT_ID | Integer | [37,-1) | X | X | X |
CARD_ID | Integer | [37,-1) | X | X | X |
MULTIPLEX_ID | Integer | [37,-1) | X | X | X |
LIVETV_ORDER | Integer | [71,-1) | - | X | X |
CHANNEL_ID | Integer | [37,-1) | X | X | X |
Enum Constant Summary | |
---|---|
CARD_ID
Card ID. |
|
CHANNEL_ID
Channel ID. |
|
INPUT_ID
Input ID. |
|
INPUT_NAME
Input name. |
|
LIVETV_ORDER
Live TV order. |
|
MULTIPLEX_ID
Multiplex ID. |
|
SOURCE_ID
Source ID. |
Method Summary | |
---|---|
static IInputInfoTuned.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IInputInfoTuned.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IInputInfoTuned.Props INPUT_NAME
The name of the input.
IInputInfo.getInputName()
public static final IInputInfoTuned.Props SOURCE_ID
The ID of the program source. This is usually the first digit of the channel ID.
IInputInfo.getSourceID()
,
IInputInfo.getSourceID()
public static final IInputInfoTuned.Props INPUT_ID
The ID of a specific input.
IInputInfo.getInputID()
,
IInputInfo.getInputID()
public static final IInputInfoTuned.Props CARD_ID
The ID of a physical capture card.
IInputInfo.getCardID()
,
IInputInfo.getCardID()
public static final IInputInfoTuned.Props MULTIPLEX_ID
IInputInfo.getMultiplexID()
public static final IInputInfoTuned.Props LIVETV_ORDER
When entering Live TV, the available, local input with the lowest, non-zero value will be used. If no local inputs are available, the available, remote input with the lowest, non-zero value will be used. Setting this value to zero will make the input unavailable to live TV.
public static final IInputInfoTuned.Props CHANNEL_ID
Id of the currently tuned channel
IInputInfoTuned.getChannelID()
Method Detail |
---|
public static IInputInfoTuned.Props[] values()
for (IInputInfoTuned.Props c : IInputInfoTuned.Props.values()) System.out.println(c);
public static IInputInfoTuned.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |