private void onClearAll()
        {
            SplitScreenPanel panel = FindSplitScreen();

            if (panel != null)
            {
                panel.StopAll();
            }
        }
Exemple #2
0
 private void stopMultiVideos(SplitScreenPanel panel)
 {
     panel.StopAll();
 }