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 classVideoProperty.Kind -
Method Summary
Modifier and Type Method Description intget()String[]getChoices()intgetDefault()VideoProperty.KindgetKind()static VideoProperty.KindgetKindFromInt(int kind)Convert from the numerical representation of kind to an enum type.intgetMax()intgetMin()StringgetName()intgetStep()StringgetString()booleanisBoolean()booleanisEnum()booleanisInteger()booleanisString()booleanisValid()voidset(int value)voidsetString(String value)