Uses of Enum
com.github.kokorin.jaffree.StreamType
Packages that use StreamType
Package
Description
Base package for Jaffree project.
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Package contains classes for data structures and parsers for ffprobe result.
-
Uses of StreamType in com.github.kokorin.jaffree
Methods in com.github.kokorin.jaffree that return StreamTypeModifier and TypeMethodDescriptionstatic StreamTypeReturns the enum constant of this type with the specified name.static StreamType[]StreamType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StreamType in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type StreamTypeModifier and TypeMethodDescriptionGenericFilter.addInputLink(StreamType streamType) Adds filter input link.BaseOutput.addMap(int inputFileIndex, StreamType streamType) Designate one or more input streams as a source for the output file.BaseOutput.copyCodec(StreamType streamType) Sets special "copy" codec for specified streams.final FrameOutputFrameOutput.copyCodec(StreamType streamType) Codec copying is impossible, every frame is raw frame.BaseOutput.disableStream(StreamType streamType) Disable stream of the specified type.FrameOutput.disableStream(StreamType streamType) Disable stream of the specified type.static GenericFilterFilter.fromInputLink(StreamType streamType) CreatesFilterstarting from specified stream type.BaseInOut.setCodec(StreamType streamType, String codec) Select an encoder (when used before an output file) or a decoder (when used before an input file) for one or more streams.final FrameOutputFrameOutput.setCodec(StreamType streamType, String codec) Codec change is prohibited afterFrameOutputinstantiation.FFmpeg.setFilter(StreamType streamType, Filter filter) Sets a 'stream specific' filter value (equivalent to the "-av" / "-filter:a" or "-fv" / "-filter:v" command-line parameters).FFmpeg.setFilter(StreamType streamType, FilterChain filterChain) Sets a 'stream specific' filter value (equivalent to the "-av" / "-filter:a" or "-fv" / "-filter:v" command-line parameters).FFmpeg.setFilter(StreamType streamType, String filter) Sets a 'stream specific' filter value (equivalent to the "-av" / "-filter:a" or "-fv" / "-filter:v" command-line parameters).BaseOutput.setFrameCount(StreamType streamType, Long frameCount) Stop writing to the stream after specified number of frames. -
Uses of StreamType in com.github.kokorin.jaffree.ffprobe
Methods in com.github.kokorin.jaffree.ffprobe that return StreamTypeModifier and TypeMethodDescriptionPacket.getCodecType()Returns packet media type.Stream.getCodecType()Frame.getMediaType()Subtitle.getMediaType()Always returnsSUBTITLE.Methods in com.github.kokorin.jaffree.ffprobe with parameters of type StreamTypeModifier and TypeMethodDescriptionFFprobe.setSelectStreams(StreamType streamType) Select only the streams of the specified type. -
Uses of StreamType in com.github.kokorin.jaffree.ffprobe.data
Methods in com.github.kokorin.jaffree.ffprobe.data that return StreamTypeModifier and TypeMethodDescriptionAbstractProbeData.getStreamType(String key) Returns property value asStreamType(using default converter).ProbeData.getStreamType(String name) Returns property value asStreamType(using default converter).