java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaTimeRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a set of zero or more disjoint time intervals
Java wrapper for Qt class QMediaTimeRange
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QMediaTimeRange::Interval class represents a time interval with integer precisionNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQMediaTimeRange
(long start, long end) QMediaTimeRange
(QMediaTimeRange range) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addInterval
(long start, long end) final void
addInterval
(QMediaTimeRange.Interval interval) final void
addTimeRange
(QMediaTimeRange arg__1) final void
clear()
clone()
final boolean
contains
(long time) final void
detach()
final long
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final QList<QMediaTimeRange.Interval>
final boolean
final boolean
isEmpty()
final long
final void
removeInterval
(long start, long end) final void
removeInterval
(QMediaTimeRange.Interval interval) final void
removeTimeRange
(QMediaTimeRange arg__1) final void
swap
(QMediaTimeRange other) toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMediaTimeRange
public QMediaTimeRange() -
QMediaTimeRange
-
QMediaTimeRange
-
QMediaTimeRange
public QMediaTimeRange(long start, long end) -
QMediaTimeRange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addInterval
-
addInterval
-
addTimeRange
-
clear
-
contains
-
detach
-
earliestTime
-
intervals
-
isContinuous
-
isEmpty
-
latestTime
-
removeInterval
-
removeInterval
-
removeTimeRange
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-