openshot-audio
0.1.5
|
Go to the source code of this file.
Classes | |
class | RelativeTime |
Macros | |
#define | JUCE_RELATIVETIME_H_INCLUDED |
Functions | |
bool | operator== (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator!= (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator> (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator< (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator>= (RelativeTime t1, RelativeTime t2) noexcept |
bool | operator<= (RelativeTime t1, RelativeTime t2) noexcept |
RelativeTime | operator+ (RelativeTime t1, RelativeTime t2) noexcept |
RelativeTime | operator- (RelativeTime t1, RelativeTime t2) noexcept |
#define JUCE_RELATIVETIME_H_INCLUDED |
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Adds two RelativeTimes together.
|
noexcept |
Subtracts two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.
|
noexcept |
Compares two RelativeTimes.