public static enum Spinnaker_C.spinTLStreamBufferHandlingModeEnums extends Enum<Spinnaker_C.spinTLStreamBufferHandlingModeEnums>
Enum Constant and Description |
---|
NUMSTREAMBUFFERHANDLINGMODE |
StreamBufferHandlingMode_NewestFirst
The application always gets the buffer from the tail of the output buffer queue (thus, the newest available one).
|
StreamBufferHandlingMode_NewestOnly
The application always gets the latest completed buffer (the newest one).
|
StreamBufferHandlingMode_OldestFirst
The application always gets the buffer from the head of the output buffer queue (thus, the oldest available one).
|
StreamBufferHandlingMode_OldestFirstOverwrite
The application always gets the buffer from the head of the output buffer queue (thus, the oldest available one).
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinTLStreamBufferHandlingModeEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinTLStreamBufferHandlingModeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinTLStreamBufferHandlingModeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinTLStreamBufferHandlingModeEnums StreamBufferHandlingMode_OldestFirst
public static final Spinnaker_C.spinTLStreamBufferHandlingModeEnums StreamBufferHandlingMode_OldestFirstOverwrite
public static final Spinnaker_C.spinTLStreamBufferHandlingModeEnums StreamBufferHandlingMode_NewestOnly
public static final Spinnaker_C.spinTLStreamBufferHandlingModeEnums StreamBufferHandlingMode_NewestFirst
public static final Spinnaker_C.spinTLStreamBufferHandlingModeEnums NUMSTREAMBUFFERHANDLINGMODE
public static Spinnaker_C.spinTLStreamBufferHandlingModeEnums[] values()
for (Spinnaker_C.spinTLStreamBufferHandlingModeEnums c : Spinnaker_C.spinTLStreamBufferHandlingModeEnums.values()) System.out.println(c);
public static Spinnaker_C.spinTLStreamBufferHandlingModeEnums 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.spinTLStreamBufferHandlingModeEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinTLStreamBufferHandlingModeEnums>
Copyright © 2024. All rights reserved.