Skip to content

ActionData - StopAudio

stop playing audio action parameter

Attributes

Name Data Type Description
mode number execution mode;
1 - host computer execution
2 - chassis execution
channel number playback channel;
1 - normal music
2 - background music
The chassis does not support multi-channel playback

Example

JavaScript
1
2
3
4
5
6
7
{
   "type": ActionType.StopAudio,
   "data": {
     "mode": 1,
     "channel": 1
   }
}