Structure to contain audio device details.
struct audiodevice_details_t {
audiodevice_device_t device ;
bool connected ;
int numchans ;
char * order ;
char * path ;
char * audioconfig ;
bool input ;
bool volumecontrol ;
audiodevice_device_t dependency ;
};
BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
Since: BlackBerry 10.0.0
The device has no effect unless the dependency is also connected. If there is no dependency, this field will have a value of AUDIODEVICE_DEVICE_UNRECOGNIZED.
Since: BlackBerry 10.0.0
Deprecated:
Use audiodevice_info_t
The audiodevice_details_t structure contains the details of an audio device, such as the connection status, number of channels, and so on.