mirror of https://github.com/RT-Thread/rt-thread
[doxygen][audio] Naming anonymous enumeration type audio_stream
Signed-off-by: 1078249029 <1078249029@qq.com>
This commit is contained in:
parent
2cc7320356
commit
79c93b6571
|
@ -144,9 +144,11 @@
|
||||||
#define CFG_AUDIO_REPLAY_QUEUE_COUNT 4
|
#define CFG_AUDIO_REPLAY_QUEUE_COUNT 4
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @enum audio_stream
|
||||||
|
*
|
||||||
* @brief Audio stream control command
|
* @brief Audio stream control command
|
||||||
*/
|
*/
|
||||||
enum
|
enum audio_stream
|
||||||
{
|
{
|
||||||
AUDIO_STREAM_REPLAY = 0,
|
AUDIO_STREAM_REPLAY = 0,
|
||||||
AUDIO_STREAM_RECORD,
|
AUDIO_STREAM_RECORD,
|
||||||
|
|
Loading…
Reference in New Issue