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
 

Detailed Description

Common configuration for RTOS integrated audio framework. Shared by all streams.

Field Documentation

◆ p_extend

void const* sf_audio_playback_common_cfg_t::p_extend

Implementation specific extension configuration.

◆ p_message

sf_message_instance_t const* sf_audio_playback_common_cfg_t::p_message

Pointer to messaging framework instance used to post audio messages.

◆ p_queue

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.


The documentation for this struct was generated from the following file: