Before upgrade libvlx 1.x to 2.x I was using Video mrl such as UTF8.GETBYTES(mrl_link) before send to libvlc. This is working good with unicode files.
DLL define is below
Code: Select all
[DllImport("libvlc"), CallingConvention:=CallingConvention.Cdecl]
internal static extern IntPtr libvlc_media_new(IntPtr p_instance, [MarshalAs(UnmanagedType.LPArray)] byte[] psz_mrl, ref libvlc_exception_t p_exception);
Is there anybody can help me please?
Besat regards.