Ardour
9.0-pre0-582-g084a23a80d
|
#include <ltc_file_reader.h>
Public Member Functions | |
LTCReader (int expected_apv, LTC_TV_STANDARD tv_standard=LTC_TV_FILM_24) | |
~LTCReader () | |
void | write (float const *, samplecnt_t n_samples, samplepos_t pos=-1) |
void | raw_write (ltcsnd_sample_t *, size_t, ltc_off_t) |
samplepos_t | read (uint32_t &hh, uint32_t &mm, uint32_t &ss, uint32_t &ff, samplecnt_t &len) |
Private Attributes | |
LTCDecoder * | _decoder |
samplecnt_t | _position |
Definition at line 31 of file ltc_file_reader.h.
ARDOUR::LTCReader::LTCReader | ( | int | expected_apv, |
LTC_TV_STANDARD | tv_standard = LTC_TV_FILM_24 |
||
) |
ARDOUR::LTCReader::~LTCReader | ( | ) |
void ARDOUR::LTCReader::raw_write | ( | ltcsnd_sample_t * | , |
size_t | , | ||
ltc_off_t | |||
) |
samplepos_t ARDOUR::LTCReader::read | ( | uint32_t & | hh, |
uint32_t & | mm, | ||
uint32_t & | ss, | ||
uint32_t & | ff, | ||
samplecnt_t & | len | ||
) |
void ARDOUR::LTCReader::write | ( | float const * | , |
samplecnt_t | n_samples, | ||
samplepos_t | pos = -1 |
||
) |
|
private |
Definition at line 43 of file ltc_file_reader.h.
|
private |
Definition at line 44 of file ltc_file_reader.h.