interface VideoFilterInterface implements FilterInterface
Methods
integer |
getPriority()
Returns the priority of the filter. |
from FilterInterface |
array |
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format. |
Details
in FilterInterface at line 21
public integer
getPriority()
Returns the priority of the filter.
at line 28
public array
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format.