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

libvlc_video_set_spu_delay() private method

private libvlc_video_set_spu_delay ( IntPtr p_mi, long i_delay ) : int
p_mi IntPtr
i_delay long
return int
        public static extern int libvlc_video_set_spu_delay(IntPtr p_mi, long i_delay);
LibVlc