Class TcpInput
java.lang.Object
com.github.kokorin.jaffree.ffprobe.TcpInput
- All Implemented Interfaces:
Input
- Direct Known Subclasses:
ChannelInput,PipeInput
Base implementation of
Input for all TCP-based inputs.-
Constructor Summary
ConstructorsModifierConstructorDescriptionTcpInput(TcpNegotiator negotiator) CreatesTcpInput.TcpInput(String protocol, TcpNegotiator negotiator) CreatesTcpInput.TcpInput(String protocol, String suffix, TcpNegotiator negotiator) CreatesTcpInput.protected -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetUrl()Path or URL to be analyzed by ffprobe.HelperProcessHelperwhich should be ran in dedicated thread.
-
Constructor Details
-
Method Details
-
getUrl
Description copied from interface:InputPath or URL to be analyzed by ffprobe. -
helperThread
HelperProcessHelperwhich should be ran in dedicated thread.- Specified by:
helperThreadin interfaceInput- Returns:
- null if no helper thread is needed, otherwise Runnable
-