Beispiel #1
0
        public CSCoreEngine()
        {
            _fadingService = new FadingService();
            _soundOutProvider = new CSCoreSoundOutProvider();
            _crossfadeService = new FadingService();

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

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