public static enum FrameGrabber.SampleMode extends Enum<FrameGrabber.SampleMode>
Modifier and Type | Method and Description |
---|---|
static FrameGrabber.SampleMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameGrabber.SampleMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameGrabber.SampleMode SHORT
public static final FrameGrabber.SampleMode FLOAT
public static final FrameGrabber.SampleMode RAW
public static FrameGrabber.SampleMode[] values()
for (FrameGrabber.SampleMode c : FrameGrabber.SampleMode.values()) System.out.println(c);
public static FrameGrabber.SampleMode 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 nullCopyright © 2024. All rights reserved.