Class PipeInput
java.lang.Object
com.github.kokorin.jaffree.ffprobe.TcpInput
com.github.kokorin.jaffree.ffprobe.PipeInput
- All Implemented Interfaces:
Input
Input implementation which passes InputStream to ffprobe as input.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPipeInput(InputStream source, int bufferSize) CreatesPipeInput. -
Method Summary
Modifier and TypeMethodDescriptionstatic PipeInputpumpFrom(InputStream source) CreatesPipeInput.static PipeInputpumpFrom(InputStream source, int bufferSize) CreatesPipeInput.Methods inherited from class com.github.kokorin.jaffree.ffprobe.TcpInput
getUrl, helperThread
-
Constructor Details
-
PipeInput
CreatesPipeInput.- Parameters:
source- input stream to copy frombufferSize- buffer size to copy data
-
-
Method Details