Uses of Interface
com.avpkit.core.IConfigurable
-
Packages that use IConfigurable Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IConfigurable in com.avpkit.core
Classes in com.avpkit.core that implement IConfigurable Modifier and Type Class Description classIContainerA file (or network data source) that contains one or more {IStream}
objects of
audio and video data.classIStreamCoderThe work horse of the AVPKit: Takes {IPacket} data from an {IContainer}
(representing an {IStream}) and an {ICodec} and allows you to decode or encode
that data.classIVideoResamplerConverts {IVideoPicture} objects of a given width, height and format to a new
width, height or format.Methods in com.avpkit.core with parameters of type IConfigurable Modifier and Type Method Description static intConfiguration. configure(java.lang.String file, IConfigurable config)Configures anIConfigurablefrom a file.static intConfiguration. configure(java.util.Properties properties, IConfigurable config)Configures anIConfigurablefrom a set of JavaProperties.static voidConfiguration. printConfigurable(java.io.PrintStream stream, IConfigurable configObj)Print out all configurable options on theIConfigurableobject.static voidConfiguration. printOption(java.io.PrintStream stream, IConfigurable configObj, IProperty prop)Print information about the property on the configurable object.
-