Esempio n. 1
0
 public static void NDIlib_util_audio_from_interleaved_32f(ref NDIlib_audio_frame_interleaved_32f_t p_src, ref NDIlib_audio_frame_t p_dst)
 {
     if (Is64Bit)
     {
         NDIlib64_util_audio_from_interleaved_32f(ref p_src, ref p_dst);
     }
     else
     {
         NDIlib32_util_audio_from_interleaved_32f(ref p_src, ref p_dst);
     }
 }
Esempio n. 2
0
 private static extern void NDIlib32_util_audio_from_interleaved_32f(ref NDIlib_audio_frame_interleaved_32f_t p_src, ref NDIlib_audio_frame_t p_dst);