|
LMMS
|
#include <AudioSndio.h>
Classes | |
| class | setupWidget |
Public Member Functions | |
| AudioSndio (bool &_success_ful, AudioEngine *_audioEngine) | |
| ~AudioSndio () override | |
| Public Member Functions inherited from lmms::AudioDevice | |
| AudioDevice (const ch_cnt_t _channels, AudioEngine *audioEngine) | |
| virtual | ~AudioDevice () |
| void | lock () |
| void | unlock () |
| virtual void | registerPort (AudioBusHandle *port) |
| virtual void | unregisterPort (AudioBusHandle *port) |
| virtual void | renamePort (AudioBusHandle *port) |
| bool | supportsCapture () const |
| sample_rate_t | sampleRate () const |
| void | processNextBuffer () |
Static Public Member Functions | |
| static QString | name () |
Private Member Functions | |
| void | startProcessing () override |
| void | stopProcessing () override |
| void | run () override |
Private Attributes | |
| struct sio_hdl * | m_hdl |
| struct sio_par | m_par |
| bool | m_convertEndian |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::AudioDevice | |
| virtual void | writeBuffer (const SampleFrame *, const f_cnt_t) |
| f_cnt_t | getNextBuffer (SampleFrame *_ab) |
| int | convertToS16 (const SampleFrame *_ab, const f_cnt_t _frames, int_sample_t *_output_buffer, const bool _convert_endian=false) |
| void | clearS16Buffer (int_sample_t *_outbuf, const f_cnt_t _frames) |
| ch_cnt_t | channels () const |
| void | setSampleRate (const sample_rate_t _new_sr) |
| void | setChannels (const ch_cnt_t channels) |
| AudioEngine * | audioEngine () |
| Static Protected Member Functions inherited from lmms::AudioDevice | |
| static void | stopProcessingThread (QThread *thread) |
| Protected Attributes inherited from lmms::AudioDevice | |
| bool | m_supportsCapture |
| lmms::AudioSndio::AudioSndio | ( | bool & | _success_ful, |
| AudioEngine * | _audioEngine ) |
|
override |
|
inlinestatic |
|
overrideprivate |
|
overrideprivatevirtual |
Reimplemented from lmms::AudioDevice.
|
overrideprivatevirtual |
Reimplemented from lmms::AudioDevice.
|
private |
|
private |
|
private |