class ClipFilter implements VideoFilterInterface
Methods
__construct(TimeCode $start, TimeCode $duration = null, $priority)
|
||
integer |
getPriority()
Returns the priority of the filter. |
|
TimeCode |
getStart()
|
|
TimeCode |
getDuration()
|
|
array |
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format. |
Details
at line 27
public
__construct(TimeCode $start, TimeCode $duration = null, $priority)
at line 37
public integer
getPriority()
Returns the priority of the filter.
at line 45
public TimeCode
getStart()
at line 53
public TimeCode
getDuration()
at line 61
public array
apply(Video $video, VideoInterface $format)
Applies the filter on the the Video media given an format.