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

bp_stop() private method

private bp_stop ( HandleRef player, bool nullstate ) : void
player System.Runtime.InteropServices.HandleRef
nullstate bool
return void
        private static extern void bp_stop (HandleRef player, bool nullstate);
PlayerEngine