Uses of Class
com.avpkit.core.IStream.Direction
-
Packages that use IStream.Direction Package Description com.avpkit.core An advanced API for reading, decoding, re-sampling, encoding and writing of most media files. -
-
Uses of IStream.Direction in com.avpkit.core
Methods in com.avpkit.core that return IStream.Direction Modifier and Type Method Description IStream.DirectionIStream. getDirection()Get the {Direction} this stream is pointing in.static IStream.DirectionIStream.Direction. swigToEnum(int swigValue)static IStream.DirectionIStream.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IStream.Direction[]IStream.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-