|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IProgramVideoProperties.Flags> org.jmythapi.protocol.response.IProgramVideoProperties.Flags
public static enum IProgramVideoProperties.Flags
The flags of the IProgramInfo.Props.VIDEO_PROPERTIES
property.
MythTV Protocol Version Matrix | |||||||
---|---|---|---|---|---|---|---|
Protocol | |||||||
Name | Type | Range | 35 | 37 | 45 | 70 | -1 |
VID_UNKNOWN | IFlag | [35,-1) | X | X | X | X | X |
VID_HDTV | IFlag | [35,-1) | X | X | X | X | X |
VID_WIDESCREEN | IFlag | [35,-1) | X | X | X | X | X |
VID_AVC | IFlag | [37,-1) | - | X | X | X | X |
VID_720 | IFlag | [45,-1) | - | - | X | X | X |
VID_1080 | IFlag | [45,-1) | - | - | X | X | X |
VID_DAMAGED | IFlag | [70,-1) | - | - | - | X | X |
Enum Constant Summary | |
---|---|
VID_1080
1080i/p. |
|
VID_720
720p. |
|
VID_AVC
AVC/H.264. |
|
VID_DAMAGED
Damaged video. |
|
VID_HDTV
HDTV. |
|
VID_UNKNOWN
|
|
VID_WIDESCREEN
Widescreen. |
Method Summary | |
---|---|
Long |
getFlagValue()
Gets the value associated with the flag. |
static IProgramVideoProperties.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IProgramVideoProperties.Flags[] |
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 |
Methods inherited from interface org.jmythapi.protocol.response.IFlag |
---|
name |
Enum Constant Detail |
---|
public static final IProgramVideoProperties.Flags VID_UNKNOWN
public static final IProgramVideoProperties.Flags VID_HDTV
public static final IProgramVideoProperties.Flags VID_WIDESCREEN
public static final IProgramVideoProperties.Flags VID_AVC
public static final IProgramVideoProperties.Flags VID_720
public static final IProgramVideoProperties.Flags VID_1080
public static final IProgramVideoProperties.Flags VID_DAMAGED
The recording is perhaps watchable, but this gives a warning that there may be a serious problem with the recording.
Method Detail |
---|
public static IProgramVideoProperties.Flags[] values()
for (IProgramVideoProperties.Flags c : IProgramVideoProperties.Flags.values()) System.out.println(c);
public static IProgramVideoProperties.Flags 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 nullpublic Long getFlagValue()
IFlag
getFlagValue
in interface IFlag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |