Uses of Interface
ws.schild.jave.process.ProcessLocator
-
Packages that use ProcessLocator Package Description ws.schild.jave ws.schild.jave.process.ffmpeg -
-
Uses of ProcessLocator in ws.schild.jave
Fields in ws.schild.jave declared as ProcessLocator Modifier and Type Field Description private ProcessLocatorEncoder. locatorThe locator of the ffmpeg executable used by this encoder.private ProcessLocatorMultimediaObject. locatorThe locator of the ffmpeg executable used by this extractor.private ProcessLocatorScreenExtractor. locatorThe locator of the ffmpeg executable used by this extractor.private ProcessLocatorVideoProcessor. locatorConstructors in ws.schild.jave with parameters of type ProcessLocator Constructor Description Encoder(ProcessLocator locator)It builds an encoder with a customFFMPEGProcess.MultimediaObject(java.io.File input, ProcessLocator locator)It builds an extractor with a customFFMPEGProcess.ScreenExtractor(ProcessLocator locator)It builds an extractor with a customFFMPEGProcess. -
Uses of ProcessLocator in ws.schild.jave.process.ffmpeg
Classes in ws.schild.jave.process.ffmpeg that implement ProcessLocator Modifier and Type Class Description classDefaultFFMPEGLocatorThe default ffmpeg executable locator, which exports on disk the ffmpeg executable bundled with the library distributions.
-