Uses of Class
com.github.kokorin.jaffree.nut.FrameCode
Packages that use FrameCode
Package
Description
Classes partially implementing NUT container format muxer & demuxer.
-
Uses of FrameCode in com.github.kokorin.jaffree.nut
Fields in com.github.kokorin.jaffree.nut declared as FrameCodeModifier and TypeFieldDescriptionfinal FrameCode[]MainHeader.frameCodesNut frame codes.static final FrameCodeFrameCode.INVALIDMethods in com.github.kokorin.jaffree.nut with parameters of type FrameCodeModifier and TypeMethodDescriptionvoidNutWriter.setMainHeader(int streamCount, long maxDistance, Rational[] timebases, FrameCode[] frameCodes) Sets NUT Main header.Constructors in com.github.kokorin.jaffree.nut with parameters of type FrameCodeModifierConstructorDescriptionMainHeader(long majorVersion, long minorVersion, int streamCount, long maxDistance, Rational[] timeBases, FrameCode[] frameCodes, long[] elisionHeaderSize, Set<MainHeader.Flag> flags) CreatesMainHeader.