Package edu.wpi.first.cscore
Class VideoProperty
java.lang.Object
edu.wpi.first.cscore.VideoProperty
public class VideoProperty extends Object
A source or sink property.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VideoProperty.Kind
-
Method Summary
Modifier and Type Method Description int
get()
String[]
getChoices()
int
getDefault()
VideoProperty.Kind
getKind()
static VideoProperty.Kind
getKindFromInt(int kind)
Convert from the numerical representation of kind to an enum type.int
getMax()
int
getMin()
String
getName()
int
getStep()
String
getString()
boolean
isBoolean()
boolean
isEnum()
boolean
isInteger()
boolean
isString()
boolean
isValid()
void
set(int value)
void
setString(String value)