interface AudioFilterInterface implements FilterInterface
Methods
integer |
getPriority()
Returns the priority of the filter. |
from FilterInterface |
array |
apply(Audio $audio, AudioInterface $format)
Applies the filter on the the Audio 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(Audio $audio, AudioInterface $format)
Applies the filter on the the Audio media given an format.