|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IInputInfoFree.Props>
org.jmythapi.protocol.response.IInputInfoFree.Props
public static enum IInputInfoFree.Props
The properties of an IInputInfoFree 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 |
| Enum Constant Summary | |
|---|---|
CARD_ID
Card 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 IInputInfoFree.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IInputInfoFree.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 IInputInfoFree.Props INPUT_NAME
The name of the input.
IInputInfo.getInputName()public static final IInputInfoFree.Props SOURCE_ID
The ID of the program source. This is usually the first digit of the channel ID.
IInputInfo.getSourceID()public static final IInputInfoFree.Props INPUT_ID
The ID of a specific input.
IInputInfo.getInputID()public static final IInputInfoFree.Props CARD_ID
The ID of a physical capture card.
IInputInfo.getCardID()public static final IInputInfoFree.Props MULTIPLEX_ID
IInputInfo.getMultiplexID()public static final IInputInfoFree.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.
| Method Detail |
|---|
public static IInputInfoFree.Props[] values()
for (IInputInfoFree.Props c : IInputInfoFree.Props.values()) System.out.println(c);
public static IInputInfoFree.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 | |||||||||