public class VideoProperty extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoProperty.Kind |
Modifier and Type | Method and Description |
---|---|
int |
get() |
java.lang.String[] |
getChoices() |
int |
getDefault() |
VideoProperty.Kind |
getKind() |
static VideoProperty.Kind |
getKindFromInt(int kind) |
int |
getMax() |
int |
getMin() |
java.lang.String |
getName() |
int |
getStep() |
java.lang.String |
getString() |
boolean |
isBoolean() |
boolean |
isEnum() |
boolean |
isInteger() |
boolean |
isString() |
boolean |
isValid() |
void |
set(int value) |
void |
setString(java.lang.String value) |
public static VideoProperty.Kind getKindFromInt(int kind)
public java.lang.String getName()
public VideoProperty.Kind getKind()
public boolean isValid()
public boolean isBoolean()
public boolean isInteger()
public boolean isString()
public boolean isEnum()
public int get()
public void set(int value)
public int getMin()
public int getMax()
public int getStep()
public int getDefault()
public java.lang.String getString()
public void setString(java.lang.String value)
public java.lang.String[] getChoices()