audiodevice_get_domain()

Retrieve the unique domain ID for the audio device service.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API int audiodevice_get_domain(void)

Since:

BlackBerry 10.0.0

Arguments:

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The audiodevice_get_domain() function retrieves the unique domain ID for the audio device service. You can use this function in your application to test whether an event that you retrieved using bps_get_event() is an audio device event, and respond accordingly.

Returns:

The domain ID for the audio device service.