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

bp_get_pipeline_elements() private method

private bp_get_pipeline_elements ( HandleRef player, IntPtr &playbin, IntPtr &audiobin, IntPtr &audiotee ) : bool
player System.Runtime.InteropServices.HandleRef
playbin System.IntPtr
audiobin System.IntPtr
audiotee System.IntPtr
return bool
        private static extern bool bp_get_pipeline_elements (HandleRef player, out IntPtr playbin,
            out IntPtr audiobin, out IntPtr audiotee);
PlayerEngine