Package tv.hd3g.fflauncher.enums
Enum Class Channel
- All Implemented Interfaces:
Serializable,Comparable<Channel>,Constable
Get by ffmpeg -layouts
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionback centerback leftback rightdownmix leftdownmix rightfront centerfront leftfront left-of-centerfront rightfront right-of-centerlow frequencylow frequency 2surround direct leftsurround direct rightside leftside righttop back centertop back lefttop back righttop centertop front centertop front lefttop front rightwide leftwide right -
Method Summary
-
Enum Constant Details
-
FL
front left -
FR
front right -
FC
front center -
LFE
low frequency -
BL
back left -
BR
back right -
FLC
front left-of-center -
FRC
front right-of-center -
BC
back center -
SL
side left -
SR
side right -
TC
top center -
TFL
top front left -
TFC
top front center -
TFR
top front right -
TBL
top back left -
TBC
top back center -
TBR
top back right -
DL
downmix left -
DR
downmix right -
WL
wide left -
WR
wide right -
SDL
surround direct left -
SDR
surround direct right -
LFE2
low frequency 2
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getLongName
-
toString
-