public class VideoProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoProperty.Kind |
Modifier and Type | Method and 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) |
public static VideoProperty.Kind getKindFromInt(int kind)
kind
- The numerical representation of kindpublic 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 String getString()
public void setString(String value)
public String[] getChoices()