Uses of Enum
com.github.kokorin.jaffree.nut.StreamHeader.ColourspaceType
Packages that use StreamHeader.ColourspaceType
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of StreamHeader.ColourspaceType in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut declared as StreamHeader.ColourspaceTypeMethods in com.github.kokorin.jaffree.nut that return StreamHeader.ColourspaceTypeModifier and TypeMethodDescriptionstatic StreamHeader.ColourspaceTypeStreamHeader.ColourspaceType.fromCode(long code) static StreamHeader.ColourspaceTypeReturns the enum constant of this type with the specified name.static StreamHeader.ColourspaceType[]StreamHeader.ColourspaceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.kokorin.jaffree.nut with parameters of type StreamHeader.ColourspaceTypeModifierConstructorDescriptionVideo(int width, int height, int sampleWidth, int sampleHeight, StreamHeader.ColourspaceType type)