RT-Thread RTOS
An open source embedded real-time operating system
AUDIO_TYPE
+ Collaboration diagram for AUDIO_TYPE:

Macros

#define AUDIO_TYPE_QUERY   0x00
 
#define AUDIO_TYPE_INPUT   0x01
 
#define AUDIO_TYPE_OUTPUT   0x02
 
#define AUDIO_TYPE_MIXER   0x04
 

Detailed Description

Audio Device Types.

Macro Definition Documentation

◆ AUDIO_TYPE_QUERY

#define AUDIO_TYPE_QUERY   0x00

Query audio device type

◆ AUDIO_TYPE_INPUT

#define AUDIO_TYPE_INPUT   0x01

Set audio device type to input type

◆ AUDIO_TYPE_OUTPUT

#define AUDIO_TYPE_OUTPUT   0x02

Set audio device type to output type

◆ AUDIO_TYPE_MIXER

#define AUDIO_TYPE_MIXER   0x04

Set audio device type to mixer type