public pa_host_api_index_t HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
        {
            var index = Pa_HostApiTypeIdToHostApiIndex(type);

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