interval QML Value Type

Specifies a time interval. More...

Import Statement: import MediaFX

Properties

Methods

Detailed Description

interval specifis a start and end time, in milliseconds.

Property Documentation

duration : int

The duration of the interval, in milliseconds. This is (end - start).


end : int

The end time of the interval, in milliseconds.


start : int

The start time of the interval, in milliseconds.


Method Documentation

bool containedBy(int start, int end)

Returns true if the interval is contained by start and end times (milliseconds).


bool contains(int time)

Returns true if time (milliseconds) is contained within the interval.