Class UrlInput
java.lang.Object
com.github.kokorin.jaffree.ffprobe.UrlInput
- All Implemented Interfaces:
Input
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UrlInputCreatesUrlInput.static UrlInputCreatesUrlInput.getUrl()Path or URL to be analyzed by ffprobe.final ProcessHelperHelperProcessHelperwhich should be ran in dedicated thread.
-
Constructor Details
-
UrlInput
CreatesUrlInput.- Parameters:
input- input location
-
-
Method Details
-
getUrl
Path 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
-
fromUrl
CreatesUrlInput.- Parameters:
input- input location: path on filesystem, URL, etc- Returns:
- UrlInput
-
fromPath
CreatesUrlInput.- Parameters:
path- input location: path on filesystem- Returns:
- UrlInput
-