|
MythTV
0.26-pre
|
#include <audiooutputbase.h>
Public Member Functions | |
| AsyncLooseLock () | |
| void | Clear () |
| void | Ref () |
| bool | TestAndDeref () |
Private Attributes | |
| int | head |
| int | tail |
Definition at line 36 of file audiooutputbase.h.
| AsyncLooseLock::AsyncLooseLock | ( | ) | [inline] |
Definition at line 39 of file audiooutputbase.h.
| void AsyncLooseLock::Clear | ( | ) | [inline] |
Definition at line 40 of file audiooutputbase.h.
Referenced by AudioOutputBase::Reconfigure().
| void AsyncLooseLock::Ref | ( | ) | [inline] |
Definition at line 41 of file audiooutputbase.h.
Referenced by AudioOutputBase::Reset(), and AudioOutputBase::SetStretchFactorLocked().
| bool AsyncLooseLock::TestAndDeref | ( | ) | [inline] |
Definition at line 42 of file audiooutputbase.h.
Referenced by AudioOutputBase::OutputAudioLoop().
int AsyncLooseLock::head [private] |
Definition at line 44 of file audiooutputbase.h.
int AsyncLooseLock::tail [private] |
Definition at line 45 of file audiooutputbase.h.
1.7.6.1