Ejemplo n.º 1
0
        public void Unpause()
        {
#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN
            if (_isStreamingInput)
            {
                DeckLinkPlugin.Unpause(_deviceIndex);
                IsPaused = false;
            }
#endif
        }