Uses of Class
com.github.kokorin.jaffree.ffmpeg.TcpOutput
Packages that use TcpOutput
-
Uses of TcpOutput in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg with type parameters of type TcpOutputModifier and TypeClassDescriptionclassTcpOutputallows to consume ffmpeg output via local TCP socket on loopback address.Subclasses of TcpOutput in com.github.kokorin.jaffree.ffmpegModifier and TypeClassDescriptionclassOutputimplementationwhich allows usage ofSeekableByteChannelas ffmpeg output.classAllows to consume in Java audio & video frames produced by ffmpeg.classOutputimplementation which passes ffmpeg output toOutputStream.