Uses of Interface
com.github.kokorin.jaffree.net.TcpNegotiator
Packages that use TcpNegotiator
Package
Description
Classes used to integrate with ffmpeg.
Classes used to integrate with ffprobe.
Classes used to interact with ffmpeg via local TCP connection.
-
Uses of TcpNegotiator in com.github.kokorin.jaffree.ffmpeg
Classes in com.github.kokorin.jaffree.ffmpeg that implement TcpNegotiatorModifier and TypeClassDescriptionclassFFmpegProgressReaderreceives periodical ffmpeg progress report, parses it and passes toProgressListener.protected static classTcpNegotiatorimplementation which usesFrameInput.FrameWriterto send bytes over TCP connection.protected static classTcpNegotiatorimplementation which usesFrameOutput.FrameReaderto receive bytes over TCP connection.Constructors in com.github.kokorin.jaffree.ffmpeg with parameters of type TcpNegotiatorModifierConstructorDescriptionTcpInput(TcpNegotiator tcpNegotiator) CreatesTcpInput.TcpInput(String protocol, TcpNegotiator tcpNegotiator) CreatesTcpInput.TcpInput(String protocol, String suffix, TcpNegotiator tcpNegotiator) CreatesTcpInput.TcpOutput(TcpNegotiator tcpNegotiator) CreatesTcpOutput.TcpOutput(String protocol, TcpNegotiator tcpNegotiator) CreatesTcpOutput.TcpOutput(String protocol, String suffix, TcpNegotiator tcpNegotiator) CreatesTcpOutput. -
Uses of TcpNegotiator in com.github.kokorin.jaffree.ffprobe
Constructors in com.github.kokorin.jaffree.ffprobe with parameters of type TcpNegotiatorModifierConstructorDescriptionTcpInput(TcpNegotiator negotiator) CreatesTcpInput.TcpInput(String protocol, TcpNegotiator negotiator) CreatesTcpInput.TcpInput(String protocol, String suffix, TcpNegotiator negotiator) CreatesTcpInput. -
Uses of TcpNegotiator in com.github.kokorin.jaffree.net
Classes in com.github.kokorin.jaffree.net that implement TcpNegotiatorModifier and TypeClassDescriptionclassclassMethods in com.github.kokorin.jaffree.net with parameters of type TcpNegotiatorModifier and TypeMethodDescriptionstatic NegotiatingTcpServerNegotiatingTcpServer.onRandomPort(TcpNegotiator negotiator) CreatesNegotiatingTcpServerwaiting for TCP connection on random port.Constructors in com.github.kokorin.jaffree.net with parameters of type TcpNegotiatorModifierConstructorDescriptionprotectedNegotiatingTcpServer(ServerSocket serverSocket, TcpNegotiator negotiator)