class CustomFilter implements VideoFilterInterface
Methods
__construct(string $filter, int $priority)
A custom filter, useful if you want to build complex filters |
||
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 29
public
__construct(string $filter, int $priority)
A custom filter, useful if you want to build complex filters
at line 38
public integer
getPriority()
Returns the priority of the filter.
at line 46
public array
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format.