![]() |
Ardour
8.12
|
Public Member Functions | |
Time (Session &session) | |
Time & | operator= (AnyTime const &other) |
samplecnt_t | get_samples_at (samplepos_t position, samplecnt_t target_rate) const |
XMLNode & | get_state () const |
int | set_state (const XMLNode &node) |
![]() | |
AnyTime () | |
bool | operator== (AnyTime const &other) const |
bool | not_zero () const |
Private Attributes | |
Session & | session |
Additional Inherited Members | |
![]() | |
enum | Type { Timecode , BBT , Samples , Seconds } |
![]() | |
Type | type |
Timecode::Time | timecode |
Temporal::BBT_Time | bbt |
union { | |
samplecnt_t samples | |
double seconds | |
}; | |
Definition at line 50 of file export_format_specification.h.
|
inline |
Definition at line 51 of file export_format_specification.h.
samplecnt_t ARDOUR::ExportFormatSpecification::Time::get_samples_at | ( | samplepos_t | position, |
samplecnt_t | target_rate | ||
) | const |
XMLNode& ARDOUR::ExportFormatSpecification::Time::get_state | ( | ) | const |
int ARDOUR::ExportFormatSpecification::Time::set_state | ( | const XMLNode & | node | ) |
|
private |
Definition at line 62 of file export_format_specification.h.