
public static enum Property.Type extends Enum<Property.Type>
| Enum Constant and Description |
|---|
PROPERTY_BINARY |
PROPERTY_CHANNEL_LAYOUT |
PROPERTY_COLOR |
PROPERTY_CONST |
PROPERTY_DOUBLE |
PROPERTY_DURATION |
PROPERTY_FLAGS |
PROPERTY_FLOAT |
PROPERTY_IMAGE_SIZE |
PROPERTY_INT |
PROPERTY_INT64 |
PROPERTY_PIXEL_FMT |
PROPERTY_RATIONAL |
PROPERTY_SAMPLE_FMT |
PROPERTY_STRING |
PROPERTY_UNKNOWN |
PROPERTY_VIDEO_RATE
offset must point to AVRational
|
| Modifier and Type | Method and Description |
|---|---|
static Property.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
static Property.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.Type PROPERTY_FLAGS
public static final Property.Type PROPERTY_INT
public static final Property.Type PROPERTY_INT64
public static final Property.Type PROPERTY_DOUBLE
public static final Property.Type PROPERTY_FLOAT
public static final Property.Type PROPERTY_STRING
public static final Property.Type PROPERTY_RATIONAL
public static final Property.Type PROPERTY_BINARY
public static final Property.Type PROPERTY_CONST
public static final Property.Type PROPERTY_IMAGE_SIZE
public static final Property.Type PROPERTY_PIXEL_FMT
public static final Property.Type PROPERTY_SAMPLE_FMT
public static final Property.Type PROPERTY_VIDEO_RATE
public static final Property.Type PROPERTY_DURATION
public static final Property.Type PROPERTY_COLOR
public static final Property.Type PROPERTY_CHANNEL_LAYOUT
public static final Property.Type PROPERTY_UNKNOWN
public static Property.Type[] values()
for (Property.Type c : Property.Type.values()) System.out.println(c);
public static Property.Type 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 nullpublic final int swigValue()
public static Property.Type swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.