Interface IMediaDescDefinition
-
- All Known Implementing Classes:
MediaDescUtils
public interface IMediaDescDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static intallConstant for value all.static java.lang.Stringall_NAMEConstant for value name all.static intauralConstant for value aural.static java.lang.Stringaural_NAMEConstant for value name aural.static intbogusConstant for value bogus.static java.lang.Stringbogus_NAMEConstant for value name bogus.static intbrailleConstant for value braille.static java.lang.Stringbraille_NAMEConstant for value name braille.static inthandheldConstant for value handheld.static java.lang.Stringhandheld_NAMEConstant for value name handheld.static java.lang.String[]MEDIADESC_NAMESstatic int[]MEDIADESC_VALUESstatic intnoneConstant for value none.static java.lang.Stringnone_NAMEConstant for value name none.static intprintConstant for value print.static java.lang.Stringprint_NAMEConstant for value name print.static intprojectionConstant for value projection.static java.lang.Stringprojection_NAMEConstant for value name projection.static intscreenConstant for value screen.static java.lang.Stringscreen_NAMEConstant for value name screen.static intttyConstant for value tty.static java.lang.Stringtty_NAMEConstant for value name tty.static inttvConstant for value tv.static java.lang.Stringtv_NAMEConstant for value name tv.
-
-
-
Field Detail
-
all
static final int all
Constant for value all.- See Also:
- Constant Field Values
-
screen
static final int screen
Constant for value screen.- See Also:
- Constant Field Values
-
tty
static final int tty
Constant for value tty.- See Also:
- Constant Field Values
-
tv
static final int tv
Constant for value tv.- See Also:
- Constant Field Values
-
projection
static final int projection
Constant for value projection.- See Also:
- Constant Field Values
-
handheld
static final int handheld
Constant for value handheld.- See Also:
- Constant Field Values
-
print
static final int print
Constant for value print.- See Also:
- Constant Field Values
-
braille
static final int braille
Constant for value braille.- See Also:
- Constant Field Values
-
aural
static final int aural
Constant for value aural.- See Also:
- Constant Field Values
-
none
static final int none
Constant for value none.- See Also:
- Constant Field Values
-
bogus
static final int bogus
Constant for value bogus.- See Also:
- Constant Field Values
-
all_NAME
static final java.lang.String all_NAME
Constant for value name all.- See Also:
- Constant Field Values
-
screen_NAME
static final java.lang.String screen_NAME
Constant for value name screen.- See Also:
- Constant Field Values
-
tty_NAME
static final java.lang.String tty_NAME
Constant for value name tty.- See Also:
- Constant Field Values
-
tv_NAME
static final java.lang.String tv_NAME
Constant for value name tv.- See Also:
- Constant Field Values
-
projection_NAME
static final java.lang.String projection_NAME
Constant for value name projection.- See Also:
- Constant Field Values
-
handheld_NAME
static final java.lang.String handheld_NAME
Constant for value name handheld.- See Also:
- Constant Field Values
-
print_NAME
static final java.lang.String print_NAME
Constant for value name print.- See Also:
- Constant Field Values
-
braille_NAME
static final java.lang.String braille_NAME
Constant for value name braille.- See Also:
- Constant Field Values
-
aural_NAME
static final java.lang.String aural_NAME
Constant for value name aural.- See Also:
- Constant Field Values
-
none_NAME
static final java.lang.String none_NAME
Constant for value name none.- See Also:
- Constant Field Values
-
bogus_NAME
static final java.lang.String bogus_NAME
Constant for value name bogus.- See Also:
- Constant Field Values
-
MEDIADESC_VALUES
static final int[] MEDIADESC_VALUES
-
MEDIADESC_NAMES
static final java.lang.String[] MEDIADESC_NAMES
-
-