Files
AC707N/SDK/audio/interface/include/dev_flow_player.h
T
2025-12-03 11:12:34 +08:00

15 lines
156 B
C

#ifndef DEV_FLOW_PLAYER_H
#define DEV_FLOW_PLAYER_H
int dev_flow_player_open();
void dev_flow_player_close();
bool dev_flow_player_runing();
#endif