|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ITunerInfo.Props> org.jmythapi.protocol.response.ITunerInfo.Props
public static enum ITunerInfo.Props
Properties of the ITunerInfo
response.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 00 | -1 |
CARD_ID | Integer | [00,-1) | X | X |
VIDEO_DEVICE | String | [00,-1) | X | X |
AUDIO_DEVICE | String | [00,-1) | X | X |
VBI_DEVICE | String | [00,-1) | X | X |
Enum Constant Summary | |
---|---|
AUDIO_DEVICE
Audio Device. |
|
CARD_ID
Card ID. |
|
VBI_DEVICE
VBI Device. |
|
VIDEO_DEVICE
Video Device. |
Method Summary | |
---|---|
static ITunerInfo.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ITunerInfo.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 ITunerInfo.Props CARD_ID
The card ID of the tuner.
ITunerInfo.getCardID()
public static final ITunerInfo.Props VIDEO_DEVICE
ITunerInfo.getVideoDevice()
public static final ITunerInfo.Props AUDIO_DEVICE
ITunerInfo.getAudioDevice()
public static final ITunerInfo.Props VBI_DEVICE
ITunerInfo.getVbiDevice()
Method Detail |
---|
public static ITunerInfo.Props[] values()
for (ITunerInfo.Props c : ITunerInfo.Props.values()) System.out.println(c);
public static ITunerInfo.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 |