Exemplo n.º 1
0
        public CSCoreEngine()
        {
            _fadingService = new FadingService();
            _soundOutProvider = new CSCoreSoundOutProvider();
            _crossfadeService = new FadingService();

            _soundOutProvider.InvalidateSoundOut += SoundOutProvider_InvalidateSoundOut;
            _playTimeStopwatch = new Stopwatch();
        }
Exemplo n.º 2
0
        public CSCoreEngine()
        {
            _fadingService    = new FadingService();
            _soundOutProvider = new CSCoreSoundOutProvider();
            _crossfadeService = new FadingService();

            _soundOutProvider.InvalidateSoundOut += SoundOutProvider_InvalidateSoundOut;
            _playTimeStopwatch = new Stopwatch();
        }