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) |