public static enum Spinnaker_C._spinTransferComponentSelectorEnums extends Enum<Spinnaker_C._spinTransferComponentSelectorEnums>
| Enum Constant and Description |
|---|
NUM_TRANSFERCOMPONENTSELECTOR |
TransferComponentSelector_All
The TransferStreamChannel feature controls the index of the stream channel for the streaming of all the planes of the planar pixel formats simultaneously or non planar pixel formats.
|
TransferComponentSelector_Blue
The TransferStreamChannel feature controls the index of the stream channel for the streaming of blue plane of the planar pixel formats.
|
TransferComponentSelector_Green
The TransferStreamChannel feature controls the index of the stream channel for the streaming of the green plane of the planar pixel formats.
|
TransferComponentSelector_Red
The TransferStreamChannel feature controls the index of the stream channel for the streaming of the red plane of the planar pixel formats.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinTransferComponentSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinTransferComponentSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinTransferComponentSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinTransferComponentSelectorEnums TransferComponentSelector_Red
public static final Spinnaker_C._spinTransferComponentSelectorEnums TransferComponentSelector_Green
public static final Spinnaker_C._spinTransferComponentSelectorEnums TransferComponentSelector_Blue
public static final Spinnaker_C._spinTransferComponentSelectorEnums TransferComponentSelector_All
public static final Spinnaker_C._spinTransferComponentSelectorEnums NUM_TRANSFERCOMPONENTSELECTOR
public static Spinnaker_C._spinTransferComponentSelectorEnums[] values()
for (Spinnaker_C._spinTransferComponentSelectorEnums c : Spinnaker_C._spinTransferComponentSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinTransferComponentSelectorEnums valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Spinnaker_C._spinTransferComponentSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinTransferComponentSelectorEnums>Copyright © 2020. All rights reserved.