Exemplo n.º 1
0
        public void Stop()
        {
#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN
            _currentMode = null;

            _isStreamingOutput = false;
            _isStreamingInput  = false;
            IsStreaming        = false;
            IsPaused           = false;
            ResetFPS();
            DeckLinkPlugin.StopStream(_deviceIndex);
            _keyingMode = DeckLinkOutput.KeyerMode.None;
#endif
        }