Interval¶
Synopsis¶
Functions¶
def
__eq__
(rhs)def
__ne__
(rhs)def
contains
(time)def
end
()def
isNormal
()def
normalized
()def
start
()def
translated
(offset)
Detailed Description¶
- class PySide6.QtMultimedia.QMediaTimeRange.Interval¶
PySide6.QtMultimedia.QMediaTimeRange.Interval(Interval)
PySide6.QtMultimedia.QMediaTimeRange.Interval(start, end)
- Parameters
start – int
end – int
- PySide6.QtMultimedia.QMediaTimeRange.Interval.contains(time)¶
- Parameters
time – int
- Return type
bool
- PySide6.QtMultimedia.QMediaTimeRange.Interval.end()¶
- Return type
int
- PySide6.QtMultimedia.QMediaTimeRange.Interval.isNormal()¶
- Return type
bool
- PySide6.QtMultimedia.QMediaTimeRange.Interval.normalized()¶
- Return type
- PySide6.QtMultimedia.QMediaTimeRange.Interval.__ne__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtMultimedia.QMediaTimeRange.Interval.__eq__(rhs)¶
- Parameters
- Return type
bool
- PySide6.QtMultimedia.QMediaTimeRange.Interval.start()¶
- Return type
int
- PySide6.QtMultimedia.QMediaTimeRange.Interval.translated(offset)¶
- Parameters
offset – int
- Return type
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.