CLAM-Development
1.4.0
|
#include <BaseAudioApplication.hxx>
Public Member Functions | |
void | Stop (void) |
Protected Member Functions | |
BaseAudioApplication () | |
bool | Canceled () |
virtual void | Run (int argc=0, char **argv=0) |
void | Start (void) |
Protected Attributes | |
bool | cancel |
Definition at line 32 of file BaseAudioApplication.hxx.
|
protected |
Definition at line 40 of file BaseAudioApplication.cxx.
References cancel.
|
inlineprotected |
Definition at line 36 of file BaseAudioApplication.hxx.
References cancel.
|
protectedvirtual |
Reimplemented in CLAM::Win32ConsoleApp, and CLAM::AudioApplication.
Definition at line 63 of file BaseAudioApplication.cxx.
|
protected |
Definition at line 46 of file BaseAudioApplication.cxx.
Referenced by Run(), and CLAM::Win32ConsoleApp::Run().
void CLAM::BaseAudioApplication::Stop | ( | void | ) |
Definition at line 52 of file BaseAudioApplication.cxx.
Referenced by Run(), and CLAM::Win32ConsoleApp::Run().
|
protected |
Definition at line 47 of file BaseAudioApplication.hxx.
Referenced by BaseAudioApplication(), Canceled(), Start(), and Stop().