StopAllSoundPlayback

Stops all sounds from playing that were started by Streamer.bot

public void StopAllSoundPlayback()

No parameters.

void
using System;
public class CPHInline
{
    public bool Execute()
    {
        CPH.StopAllSoundPlayback();         
        return true;
    }
}