audiodevice_free_info()

Free the memory that is used by an audio device information structure.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API void audiodevice_free_info(audiodevice_info_t **info)

Since:

BlackBerry 10.0.0

Arguments:

info

The structure whose memory needs to be freed. Note that the pointer to the structure is not freed.

Library:

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

Description:

The audiodevice_free_info() function frees the memory that is used by the specified audio device information structure.

Returns: