| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.copyReference()
Create a new Property object that is actually referring to the
exact same underlying native object.
|
Property |
Property.getFlagConstant(int position)
If this IProperty is of the type Type#PROPERTY_FLAGS, this method will
give you another IProperty representing a constant setting for that flag. |
Property |
Property.getFlagConstant(String name)
If this IProperty is of the type Type#PROPERTY_FLAGS, this method will
give you another IProperty representing a constant setting for that flag. |
Property |
Configurable.getPropertyMetaData(int propertyNo)
Returns the name of the numbered property.
|
Property |
Configurable.getPropertyMetaData(String name)
Returns the name of the named property.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Configuration.printOption(PrintStream stream,
Configurable configObj,
Property prop)
Print information about the property on the configurable object.
|
static long |
VideoJNI.Property_getDefault(long jarg1,
Property jarg1_) |
static double |
VideoJNI.Property_getDefaultAsDouble(long jarg1,
Property jarg1_) |
static long |
VideoJNI.Property_getFlagConstant__SWIG_0(long jarg1,
Property jarg1_,
int jarg2) |
static long |
VideoJNI.Property_getFlagConstant__SWIG_1(long jarg1,
Property jarg1_,
String jarg2) |
static int |
VideoJNI.Property_getFlags(long jarg1,
Property jarg1_) |
static String |
VideoJNI.Property_getHelp(long jarg1,
Property jarg1_) |
static String |
VideoJNI.Property_getName(long jarg1,
Property jarg1_) |
static int |
VideoJNI.Property_getNumFlagSettings(long jarg1,
Property jarg1_) |
static int |
VideoJNI.Property_getType(long jarg1,
Property jarg1_) |
static String |
VideoJNI.Property_getUnit(long jarg1,
Property jarg1_) |
Copyright © 2018 Humble Software. All rights reserved.