#include <audio/service/portaudioservice.h>
Classes | |
| struct | DeviceSettings |
Public Member Functions | |
| virtual rtti::TypeInfo | getServiceType () const |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| DeviceSettings | mDeviceSettings |
| bool | mAllowChannelCountFailure = true |
| bool | mAllowDeviceFailure = true |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
PortAudio service configuration
|
virtual |
Implements ServiceConfiguration.
| bool mAllowChannelCountFailure = true |
If this is set to true, the audio stream will start even if the number of input or output channels is not supported. In this case a zero signal will be used to emulate the input from an unsupported input channel.
| bool mAllowDeviceFailure = true |
Indicates whether the app will continue to run when the audio device, samplerate and buffersize settings are invalid
| DeviceSettings mDeviceSettings |
Settings of the audio device to initialize