Home
last modified time | relevance | path

Searched refs:aos_pcm_device_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp_adapter/include/
A Daos_pcm.h35 } aos_pcm_device_t; typedef
84 int aos_set_path(aos_pcm_device_t *pcm, aos_snd_device_t device);
94 int aos_dev_mute(aos_pcm_device_t *pcm, aos_snd_device_t device, int mute);
104 int aos_pcm_setup(aos_pcm_device_t *pcm);
113 int aos_pcm_open(aos_pcm_device_t *pcm);
120 int aos_pcm_read(aos_pcm_device_t *pcm, unsigned char *buffer, int nbytes);
129 int aos_pcm_write(aos_pcm_device_t *pcm, unsigned char *buffer, int nbytes);
138 int aos_pcm_flush(aos_pcm_device_t *pcm);
148 int aos_pcm_close(aos_pcm_device_t *pcm);

Completed in 2 milliseconds