ASoundLIb.Asound.snd_pcm_open C# (CSharp) Method

snd_pcm_open() private method

private snd_pcm_open ( IntPtr &pcm, [ name, snd_pcm_stream_t stream, int mode ) : int
pcm System.IntPtr
name [
stream snd_pcm_stream_t
mode int
return int
        int snd_pcm_open (out IntPtr /* snd_pcm_t ** */pcm, 
			                 [MarshalAs(UnmanagedType.LPStr)]
			                 string name, 
		 snd_pcm_stream_t stream, int mode);