Caprica.VlcSharp.Binding.LibVlc.libvlc_media_new_location C# (CSharp) Method

libvlc_media_new_location() private method

private libvlc_media_new_location ( IntPtr p_instance, IntPtr psz_mrl ) : IntPtr
p_instance System.IntPtr
psz_mrl System.IntPtr
return System.IntPtr
        public static extern IntPtr libvlc_media_new_location(IntPtr p_instance, IntPtr psz_mrl);
LibVlc