however i cant set the audio channel to 3
always return -1 ..
Code: Select all
[DllImport("libvlc", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)]
[SuppressUnmanagedCodeSecurity]
public static extern int libvlc_audio_set_channel(IntPtr libvlc_media_player, int channel);