get_clips_in_interval
Description:
public List<
Clip>
get_clips_in_interval (
ClockTime start,
ClockTime end)
Gets the clips within the layer that appear between start
and end
.
Parameters:
this |
The Layer
|
start |
Start of the interval
|
end |
End of the interval
|
Returns:
A list of Clip-s that intersect the interval `[start, end)` in
this.
|