CCT.NUI.WPFSamples.VideoSurface.Pause C# (CSharp) 메소드

Pause() 공개 메소드

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