class FFProbe
Constants
TYPE_STREAMS |
|
TYPE_FORMAT |
|
Methods
__construct(FFProbeDriver $ffprobe, Cache $cache)
|
||
OutputParserInterface |
getParser()
|
|
FFProbe |
setParser(OutputParserInterface $parser)
|
|
FFProbeDriver |
getFFProbeDriver()
|
|
FFProbe |
setFFProbeDriver(FFProbeDriver $ffprobe)
|
|
FFProbe |
setOptionsTester(OptionsTesterInterface $tester)
|
|
OptionsTesterInterface |
getOptionsTester()
|
|
FFProbe |
setCache(Cache $cache)
|
|
Cache |
getCache()
|
|
MapperInterface |
getMapper()
|
|
FFProbe |
setMapper(MapperInterface $mapper)
|
|
Format |
format(string $pathfile)
|
|
StreamCollection |
streams(string $pathfile)
|
|
static FFProbe |
create(array|ConfigurationInterface $configuration = array(), LoggerInterface $logger = null, Cache $cache = null)
|
Details
at line 47
public
__construct(FFProbeDriver $ffprobe, Cache $cache)
at line 59
public OutputParserInterface
getParser()
at line 69
public FFProbe
setParser(OutputParserInterface $parser)
at line 79
public FFProbeDriver
getFFProbeDriver()
at line 89
public FFProbe
setFFProbeDriver(FFProbeDriver $ffprobe)
at line 101
public FFProbe
setOptionsTester(OptionsTesterInterface $tester)
at line 111
public OptionsTesterInterface
getOptionsTester()
at line 121
public FFProbe
setCache(Cache $cache)
at line 131
public Cache
getCache()
at line 139
public MapperInterface
getMapper()
at line 149
public FFProbe
setMapper(MapperInterface $mapper)
at line 168
public Format
format(string $pathfile)
at line 185
public StreamCollection
streams(string $pathfile)
at line 201
static public FFProbe
create(array|ConfigurationInterface $configuration = array(), LoggerInterface $logger = null, Cache $cache = null)