![]() |
pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
|
An audio host for the iOS platform. More...
Inherits AudioHostBase< SampleType >.
Public Member Functions | |
| (Text) | - getHostName throw () |
| Get the name of the audio host. | |
| (Text) | - getNativeHostName throw () |
| Get the name of the native host audio API. | |
| (Text) | - getInputName throw () |
| Get the name of the audio input device. | |
| (Text) | - getOutputName throw () |
| Get the name of the audio output device. | |
| (double) | - getCpuUsage throw () |
| Get the current CPU usage for the DSP loop. | |
| (void) | - startHost throw () |
| Start the host. | |
| (void) | - stopHost throw () |
| Stop the host. | |
An audio host for the iOS platform.
| - (double IOSAudioHostBase< SampleType >): | const throw () |
Get the current CPU usage for the DSP loop.
Implements AudioHostBase< SampleType >.
| - (Text IOSAudioHostBase< SampleType >): | const throw () |
Get the name of the audio host.
Implements AudioHostBase< SampleType >.
| - (Text IOSAudioHostBase< SampleType >): | const throw () |
Get the name of the audio input device.
Implements AudioHostBase< SampleType >.
| - (Text IOSAudioHostBase< SampleType >): | const throw () |
Get the name of the native host audio API.
Implements AudioHostBase< SampleType >.
| - (Text IOSAudioHostBase< SampleType >): | const throw () |
Get the name of the audio output device.
Implements AudioHostBase< SampleType >.
| - (void IOSAudioHostBase< SampleType >): | throw () |
Start the host.
Implements AudioHostBase< SampleType >.
| - (void IOSAudioHostBase< SampleType >): | throw () |
Stop the host.
Implements AudioHostBase< SampleType >.
1.7.4