Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 8
Access a mixer element's instance data
#include <audio_driver.h>
void *ado_mixer_get_element_instance_data(
ado_mixer_delement_t *delement );
- delement
- A pointer to the ado_mixer_delement_t structure for the
mixer element.
The ado_mixer_get_element_instance_data() function
gets a pointer to the instance data for the given mixer element.
If you need to access this data, you'll need to use this function because
ado_mixer_delement_t is an opaque data type.
The library only passes the instance data around,
preserving its connection to the element structure.
You can save instance data with the elements that you create by calling
the following functions:
A pointer to the mixer element's instance data.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 110
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/ddk_en/audio/api-ref/ado_mixer_get_element_inst_data.html on line 110