RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_audio_device结构体 参考

#include <dev_audio.h>

成员变量

struct rt_device parent
 
struct rt_audio_opsops
 
struct rt_audio_replayreplay
 
struct rt_audio_recordrecord
 

详细描述

在文件 dev_audio.h154 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_audio_device::parent

在文件 dev_audio.h156 行定义.

◆ ops

struct rt_audio_ops* rt_audio_device::ops

在文件 dev_audio.h157 行定义.

◆ replay

struct rt_audio_replay* rt_audio_device::replay

在文件 dev_audio.h158 行定义.

◆ record

struct rt_audio_record* rt_audio_device::record

在文件 dev_audio.h159 行定义.