Caprica.VlcSharp.Binding.LibVlc.libvlc_media_new_location C# (CSharp) 메소드

libvlc_media_new_location() 개인적인 메소드

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