mirror of
https://gitee.com/openharmony/xts_dcts
synced 2024-11-27 01:40:46 +00:00
!386 【OpenHarmony 】【xts_dcts】【分布式音频】【RK3568】分布式音频用例维护
Merge pull request !386 from bjliang/master
This commit is contained in:
commit
5ae418e251
@ -300,7 +300,7 @@ std::string StartRender()
|
||||
|
||||
std::string StopRender()
|
||||
{
|
||||
if (g_render == nullptr) {
|
||||
if (g_render == nullptr || g_spkStatus == DEVICE_OPEN) {
|
||||
return "true";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user