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 © 2023. All rights reserved.