コード例 #1
0
 internal static extern int snd_pcm_hw_params_set_format(IntPtr pcm, IntPtr @params, snd_pcm_format_t val);
コード例 #2
0
 internal static extern int snd_pcm_set_params(IntPtr pcm, snd_pcm_format_t format, snd_pcm_access_t access, uint channels, uint rate, int soft_resample, uint latency);
コード例 #3
0
ファイル: AlsaNativeMethods.cs プロジェクト: trampster/Ropu
 public static extern int snd_pcm_hw_params_set_format(IntPtr pcm, IntPtr hw_params, snd_pcm_format_t format);
コード例 #4
0
ファイル: asound.cs プロジェクト: crazyender/FFMPEG.net
		int snd_pcm_hw_params_set_format(IntPtr /*snd_pcm_t* */pcm,
			                                 IntPtr /*snd_pcm_hw_params_t * */@params, 
			                                 snd_pcm_format_t val);
コード例 #5
0
ファイル: asound.cs プロジェクト: wangning08115/FFMPEG.net
 int snd_pcm_hw_params_set_format(IntPtr /*snd_pcm_t* */ pcm,
                                  IntPtr /*snd_pcm_hw_params_t * */ @params,
                                  snd_pcm_format_t val);