Uses of Class
com.github.kokorin.jaffree.ffmpeg.TcpInput
Packages that use TcpInput
-
Uses of TcpInput in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg with type parameters of type TcpInputModifier and TypeClassDescriptionclassTcpInputallows to provide ffmpeg with input via local TCP socket on loopback address.Subclasses of TcpInput in com.github.kokorin.jaffree.ffmpegModifier and TypeClassDescriptionclassInputwhich allows usage ofSeekableByteChannelas ffmpeg input.classAllows to supply ffmpeg with audio & video frames constructed in Java.classInputimplementation which passesInputStreamto ffmpeg as input.