OpenShot Library | libopenshot
0.1.9
|
Singleton wrapper for AudioDeviceManager (to prevent multiple instances). More...
#include <AudioPlaybackThread.h>
Public Member Functions | |
void | CloseAudioDevice () |
Close audio device. More... | |
Static Public Member Functions | |
static AudioDeviceManagerSingleton * | Instance (int numChannels) |
Create or get an instance of this singleton (invoke the class with this method) More... | |
Public Attributes | |
AudioDeviceManager | audioDeviceManager |
Public device manager property. More... | |
Singleton wrapper for AudioDeviceManager (to prevent multiple instances).
Definition at line 57 of file AudioPlaybackThread.h.
void openshot::AudioDeviceManagerSingleton::CloseAudioDevice | ( | ) |
Close audio device.
Definition at line 56 of file AudioPlaybackThread.cpp.
|
static |
Create or get an instance of this singleton (invoke the class with this method)
Definition at line 38 of file AudioPlaybackThread.cpp.
AudioDeviceManager openshot::AudioDeviceManagerSingleton::audioDeviceManager |
Public device manager property.
Definition at line 70 of file AudioPlaybackThread.h.