Banshee.GStreamer.PlayerEngine.Pause C# (CSharp) Method

Pause() public method

public Pause ( ) : void
return void
        public override void Pause ()
        {
            bp_pause (handle);
        }
PlayerEngine