Uses of Class
com.avpkit.core.IProperty
-
Packages that use IProperty Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IProperty in com.avpkit.core
Methods in com.avpkit.core that return IProperty Modifier and Type Method Description IPropertyIProperty. copyReference()Create a new IProperty object that is actually referring to the exact same underlying native object.IPropertyIProperty. 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.
IPropertyIProperty. getFlagConstant(java.lang.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.
IPropertyIConfigurable. getPropertyMetaData(int propertyNo)Returns the name of the numbered property.IPropertyIConfigurable. getPropertyMetaData(java.lang.String name)Returns the name of the numbered property.IPropertyIContainer. getPropertyMetaData(int propertyNo)Returns the name of the numbered property.
IPropertyIContainer. getPropertyMetaData(java.lang.String name)Returns the name of the numbered property.
IPropertyIStreamCoder. getPropertyMetaData(int propertyNo)Returns the name of the numbered property.
IPropertyIStreamCoder. getPropertyMetaData(java.lang.String name)Returns the name of the numbered property.
IPropertyIVideoResampler. getPropertyMetaData(int propertyNo)Returns the name of the numbered property.
IPropertyIVideoResampler. getPropertyMetaData(java.lang.String name)Returns the name of the numbered property.
Methods in com.avpkit.core with parameters of type IProperty Modifier and Type Method Description static longIProperty. getCPtr(IProperty obj)Internal Only.static longAVPKitJNI. IProperty_getDefault(long jarg1, IProperty jarg1_)static doubleAVPKitJNI. IProperty_getDefaultAsDouble(long jarg1, IProperty jarg1_)static longAVPKitJNI. IProperty_getFlagConstant__SWIG_0(long jarg1, IProperty jarg1_, int jarg2)static longAVPKitJNI. IProperty_getFlagConstant__SWIG_1(long jarg1, IProperty jarg1_, java.lang.String jarg2)static intAVPKitJNI. IProperty_getFlags(long jarg1, IProperty jarg1_)static java.lang.StringAVPKitJNI. IProperty_getHelp(long jarg1, IProperty jarg1_)static java.lang.StringAVPKitJNI. IProperty_getName(long jarg1, IProperty jarg1_)static intAVPKitJNI. IProperty_getNumFlagSettings(long jarg1, IProperty jarg1_)static intAVPKitJNI. IProperty_getType(long jarg1, IProperty jarg1_)static java.lang.StringAVPKitJNI. IProperty_getUnit(long jarg1, IProperty jarg1_)static voidConfiguration. printOption(java.io.PrintStream stream, IConfigurable configObj, IProperty prop)Print information about the property on the configurable object.
-