pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Public Member Functions
PLONK_NAMESPACE::IOSAudioHostBase< SampleType > Class Template Reference

An audio host for the iOS platform. More...

Inherits AudioHostBase< SampleType >.

List of all members.

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.

Detailed Description

template<class SampleType>
class PLONK_NAMESPACE::IOSAudioHostBase< SampleType >

An audio host for the iOS platform.

See also:
PLAudioHost

Member Function Documentation

template<class SampleType>
- (double IOSAudioHostBase< SampleType >): const throw ()

Get the current CPU usage for the DSP loop.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (Text IOSAudioHostBase< SampleType >): const throw ()

Get the name of the audio host.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (Text IOSAudioHostBase< SampleType >): const throw ()

Get the name of the audio input device.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (Text IOSAudioHostBase< SampleType >): const throw ()

Get the name of the native host audio API.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (Text IOSAudioHostBase< SampleType >): const throw ()

Get the name of the audio output device.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (void IOSAudioHostBase< SampleType >): throw ()

Start the host.

Implements AudioHostBase< SampleType >.

template<class SampleType>
- (void IOSAudioHostBase< SampleType >): throw ()

Stop the host.

Implements AudioHostBase< SampleType >.


The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerations Enumerator Properties