class SynchronizeFilter implements VideoFilterInterface
Synchronizes audio and video in case of desynchronized movies.
Methods
__construct($priority = 12)
|
||
integer |
getPriority()
Returns the priority of the filter. |
|
array |
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format. |
Details
at line 24
public
__construct($priority = 12)
at line 32
public integer
getPriority()
Returns the priority of the filter.
at line 40
public array
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format.