コード例 #1
0
ファイル: Alsa.cs プロジェクト: e-COS/cspspemu
 public static extern int snd_pcm_playback_format(IntPtr playback_handle, ref snd_pcm_format format);
コード例 #2
0
 internal static extern int snd_pcm_hw_params_set_format(IntPtr playback_handle, IntPtr hw_params,
                                                         snd_pcm_format snd_pcm_format);
コード例 #3
0
ファイル: Alsa.cs プロジェクト: e-COS/cspspemu
 public static extern int snd_pcm_hw_params_set_format(IntPtr playback_handle,IntPtr hw_params,snd_pcm_format snd_pcm_format);
コード例 #4
0
 internal static extern int snd_pcm_playback_format(IntPtr playback_handle, ref snd_pcm_format format);