#include <audiocontainer.h>
Constructor & Destructor Documentation
studio::AudioContainer::AudioContainer |
( |
| ) |
|
studio::AudioContainer::~AudioContainer |
( |
| ) |
|
Member Function Documentation
void AudioContainer::set_offset |
( |
const double & |
s | ) |
|
double AudioContainer::get_offset |
( |
| ) |
const |
bool studio::AudioContainer::get_current_time |
( |
double & |
out | ) |
|
bool studio::AudioContainer::load |
( |
const std::string & |
filename, |
|
|
const std::string & |
filedirectory = "" |
|
) |
| |
void studio::AudioContainer::clear |
( |
| ) |
|
void studio::AudioContainer::play |
( |
double |
t | ) |
|
void studio::AudioContainer::stop |
( |
| ) |
|
bool AudioContainer::is_playing |
( |
| ) |
const |
void AudioContainer::start_scrubbing |
( |
double |
t | ) |
|
void AudioContainer::stop_scrubbing |
( |
| ) |
|
void AudioContainer::scrub |
( |
double |
t | ) |
|
if we are not currently scrubbing this will not work
bool AudioContainer::is_scrubbing |
( |
| ) |
const |
double AudioContainer::scrub_time |
( |
| ) |
const |
bool AudioContainer::isRunning |
( |
| ) |
const |
bool AudioContainer::isPaused |
( |
| ) |
const |
The documentation for this class was generated from the following files: