コード例 #1
0
        public pa_host_api_index_t HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
        {
            var index = Pa_HostApiTypeIdToHostApiIndex(type);

            PaErrorException.ThrowIfError(index);
            return(index);
        }
コード例 #2
0
ファイル: PortAudio.cs プロジェクト: winterdl/Vocaluxe
 public static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #3
0
ファイル: portaudio.cs プロジェクト: ZipDriver/PowerSDR
 public static extern PaHostApiIndex PA_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #4
0
ファイル: PortAudio.cs プロジェクト: bohning/Vocaluxe
 public static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #5
0
		public static extern PaHostApiIndex PA_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #6
0
 public static extern pa_host_api_index_t Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #7
0
 public static int HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 {
     return(PortAudioInterop.Pa_HostApiTypeIdToHostApiIndex(type));
 }
コード例 #8
0
 private static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
コード例 #9
0
 PaHostApiIndex  Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 ;
コード例 #10
0
 public static int HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 {
     return PortAudioInterop.Pa_HostApiTypeIdToHostApiIndex (type);
 }