Interface Output
- All Known Implementing Classes:
BaseOutput,ChannelOutput,FrameOutput,NullOutput,PipeOutput,TcpOutput,UrlOutput
public interface Output
Interface for any ffmpeg output.
This interface should not be implemented by custom solutions.
It's better to use BaseOutput.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionBuild a list of command line arguments for this output.HelperProcessHelperwhich should be ran in dedicated thread.
-
Method Details
-
buildArguments
Build a list of command line arguments for this output.- Returns:
- list of command line arguments
-
helperThread
ProcessHelper helperThread()HelperProcessHelperwhich should be ran in dedicated thread.- Returns:
- ProcessHelper, or null if no helper thread is needed
-