Create a PCM (type 1) element
#include <audio_driver.h> ado_mixer_delement_t *ado_mixer_element_pcm1 ( ado_mixer_t *mixer, char *name, int32_t type, uint32_t number_of_devices, int32_t *devices );
The ado_mixer_element_pcm1() convenience function automates the creation of a PCM (type 1) element. A PCM type 1 element specifies the start of a playback channel.
A pointer to the newly allocated PCM (type 1) element.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
ado_mixer_create(), ado_mixer_element_pcm2()