Interface Input
- All Known Implementing Classes:
ChannelInput,PipeInput,TcpInput,UrlInput
public interface Input
Interface for any ffprobe input.
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()Path or URL to be analyzed by ffprobe.HelperProcessHelperwhich should be ran in dedicated thread.
-
Method Details
-
getUrl
String getUrl()Path or URL to be analyzed by ffprobe.- Returns:
- path or URL
-
helperThread
ProcessHelper helperThread()HelperProcessHelperwhich should be ran in dedicated thread.- Returns:
- null if no helper thread is needed, otherwise Runnable
-