Uses of Class
com.avpkit.core.IStreamCoder.Direction
-
Packages that use IStreamCoder.Direction Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IStreamCoder.Direction in com.avpkit.core
Methods in com.avpkit.core that return IStreamCoder.Direction Modifier and Type Method Description IStreamCoder.DirectionIStreamCoder. getDirection()Get the direction.static IStreamCoder.DirectionIStreamCoder.Direction. swigToEnum(int swigValue)static IStreamCoder.DirectionIStreamCoder.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IStreamCoder.Direction[]IStreamCoder.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.core with parameters of type IStreamCoder.Direction Modifier and Type Method Description static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction)Deprecated.Use {#make(Direction, ICodec)} instead.
Create a standalone StreamCoder that can decode data without regard to
which IStream or IContainer it came from.static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, ICodec codec)Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.
static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, ICodec.ID id)Create a standalone StreamCoder that can encode or decode data independent
of the stream it is attached to.
static IStreamCoderIStreamCoder. make(IStreamCoder.Direction direction, IStreamCoder copyCoder)Creates a new IStreamCoder object by copying all the settings in copyCoder.
-