interval QML Value Type
Specifies a time interval. More...
Import Statement: | import MediaFX |
Properties
Methods
- bool containedBy(int start, int end)
- bool contains(int time)
Detailed Description
interval specifis a start and end time, in milliseconds.
Property Documentation
end : int |
The end time of the interval, in milliseconds.
start : int |
The start time of the interval, in milliseconds.
Method Documentation
Returns true
if the interval is contained by start and end times (milliseconds).