abstract class AbstractStreamableMedia extends AbstractMediaType
Methods
__construct($pathfile, FFMpegDriver $driver, FFProbe $ffprobe)
|
from AbstractMediaType | |
FFMpegDriver |
getFFMpegDriver()
|
from AbstractMediaType |
MediaTypeInterface |
setFFMpegDriver(FFMpegDriver $driver)
|
from AbstractMediaType |
FFProbe |
getFFProbe()
|
from AbstractMediaType |
MediaTypeInterface |
setFFProbe(FFProbe $ffprobe)
|
from AbstractMediaType |
string |
getPathfile()
|
from AbstractMediaType |
MediaTypeInterface |
setFiltersCollection(FiltersCollection $filters)
|
from AbstractMediaType |
MediaTypeInterface |
getFiltersCollection()
|
from AbstractMediaType |
StreamCollection |
getStreams()
|
|
Stream |
getFormat()
|
Details
in AbstractMediaType at line 29
public
__construct($pathfile, FFMpegDriver $driver, FFProbe $ffprobe)
in AbstractMediaType at line 40
public FFMpegDriver
getFFMpegDriver()
in AbstractMediaType at line 50
public MediaTypeInterface
setFFMpegDriver(FFMpegDriver $driver)
in AbstractMediaType at line 60
public FFProbe
getFFProbe()
in AbstractMediaType at line 70
public MediaTypeInterface
setFFProbe(FFProbe $ffprobe)
in AbstractMediaType at line 80
public string
getPathfile()
in AbstractMediaType at line 90
public MediaTypeInterface
setFiltersCollection(FiltersCollection $filters)
in AbstractMediaType at line 100
public MediaTypeInterface
getFiltersCollection()
at line 24
public StreamCollection
getStreams()
at line 36
public Stream
getFormat()