class RotateFilter implements VideoFilterInterface
Constants
| ROTATE_90 |
|
| ROTATE_180 |
|
| ROTATE_270 |
|
Methods
|
__construct($angle, $priority)
|
||
| integer |
getPriority()
Returns the priority of the filter. |
|
| Dimension |
getAngle()
|
|
| array |
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format. |
Details
at line 30
public
__construct($angle, $priority)
at line 39
public integer
getPriority()
Returns the priority of the filter.
at line 47
public Dimension
getAngle()
at line 55
public array
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format.