ioap_hf_setup_t

Define handsfree module routing setup.

Synopsis:

#include <acoustic/hf.h>

typedef struct ioap_hf_setup {
     ioap_io_map_t mapin; 
     ioap_io_map_t mapout;
} ioap_hf_setup_t;

Library:

libacoustic

Description:

The structure contains maps to define the handsfree module's routing. For more information, see ioap_hf_setup().

Member Type Description
mapin ioap_io_map_t Map for the input device.
mapout ioap_io_map_t Map for the output device.

Classification:

QNX Neutrino