Contents

setConfigurationApplicationBundle

This function is to be called if an external configuration application is available to set which application to launch.

Declaration

virtual void setConfigurationApplicationBundle(
 const char *bundleID);

Parameters

  • bundleID:

    The bundle ID of the application to be launched by the HAL for configuration of the device and its engine(s).

Overview

This is useful for device drivers that are too complex to be represented by the Sound Preferences panel. The bundle ID is a more flexible way of specifying where the application is than a hard coded path.

See Also

Miscellaneous