CCT.NUI.WPFSamples.VideoSurface.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : void
return void
        public void Pause() 
        {
            this.mediaElement.Pause();
            this.IsPaused = true;
        }