The status of an AFM
#define SND_AFM_STATE_RUNNING 0x01
#define SND_AFM_STATE_RUNNING_PCM 0x02
#define SND_AFM_STATE_IDLE 0x03
#define SND_AFM_STATE_SHUTDOWN 0x04
typedef struct snd_afm_status
{
uint64_t ms_processed;
uint32_t state;
}snd_afm_status_t;
The snd_afm_status_t structure describes the status of an AMP Functional Module (AFM). To get this information, call snd_afm_status().
The members include:
QNX Neutrino