![]() |
Synergy Software Package User's Manual
|
#include <sf_audio_playback_api.h>
Data Fields | |
| UINT | priority |
| Priority of the audio playback thread. | |
| sf_audio_playback_hw_instance_t const * | p_lower_lvl_hw |
| Hardware instance. | |
| sf_message_instance_t const * | p_message |
| TX_QUEUE * | p_queue |
| void const * | p_extend |
Common configuration for RTOS integrated audio framework. Shared by all streams.
| void const* sf_audio_playback_common_cfg_t::p_extend |
Implementation specific extension configuration.
| sf_message_instance_t const* sf_audio_playback_common_cfg_t::p_message |
Pointer to messaging framework instance used to post audio messages.
| TX_QUEUE* sf_audio_playback_common_cfg_t::p_queue |
Pointer to the messaging framework queue specified for this audio stream. Must be subscribed to the SF_MESSAGE_EVENT_CLASS_AUDIO event class.