Audio device events

Available audio device events.

Synopsis:

#include <bps/audiodevice.h>
 
enumĀ {
      AUDIODEVICE_INFO = 0x01   
};

Since:

BlackBerry 10.0.0

Data:

AUDIODEVICE_INFO
The single audio device event, which contains all the information about the current audio device status.

Library:

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

Description:

This enumeration defines the possible audio device events. Currently, there is only one event, AUDIODEVICE_INFO.