![]() |
Ardour
8.12
|
#include <types.h>
Public Types | |
enum | Type { Timecode , BBT , Samples , Seconds } |
Public Member Functions | |
AnyTime () | |
bool | operator== (AnyTime const &other) const |
bool | not_zero () const |
Public Attributes | |
Type | type |
Timecode::Time | timecode |
Temporal::BBT_Time | bbt |
union { | |
samplecnt_t samples | |
double seconds | |
}; | |
Definition at line 302 of file ardour/ardour/types.h.
Enumerator | |
---|---|
Timecode | |
BBT | |
Samples | |
Seconds |
Definition at line 304 of file ardour/ardour/types.h.
|
inline |
Definition at line 321 of file ardour/ardour/types.h.
|
inline |
Definition at line 339 of file ardour/ardour/types.h.
|
inline |
Definition at line 323 of file ardour/ardour/types.h.
union { ... } |
Temporal::BBT_Time ARDOUR::AnyTime::bbt |
Definition at line 314 of file ardour/ardour/types.h.
samplecnt_t ARDOUR::AnyTime::samples |
Definition at line 317 of file ardour/ardour/types.h.
double ARDOUR::AnyTime::seconds |
Definition at line 318 of file ardour/ardour/types.h.
Timecode::Time ARDOUR::AnyTime::timecode |
Definition at line 313 of file ardour/ardour/types.h.
Type ARDOUR::AnyTime::type |
Definition at line 311 of file ardour/ardour/types.h.