Esempio n. 1
0
        public pa_host_api_index_t HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
        {
            var index = Pa_HostApiTypeIdToHostApiIndex(type);

            PaErrorException.ThrowIfError(index);
            return(index);
        }
Esempio n. 2
0
 public static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Esempio n. 3
0
 public static extern PaHostApiIndex PA_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Esempio n. 4
0
 public static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
		public static extern PaHostApiIndex PA_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Esempio n. 6
0
 public static extern pa_host_api_index_t Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Esempio n. 7
0
 public static int HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 {
     return(PortAudioInterop.Pa_HostApiTypeIdToHostApiIndex(type));
 }
Esempio n. 8
0
 private static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Esempio n. 9
0
 PaHostApiIndex  Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 ;
Esempio n. 10
0
 public static int HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
 {
     return PortAudioInterop.Pa_HostApiTypeIdToHostApiIndex (type);
 }