SphereStudio.Plugins.IrrPlayer.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : void
return void
        public void Pause()
        {
            stream.Paused = true;
        }