Пример #1
0
        public pa_host_api_index_t HostApiTypeIdToHostApiIndex(PaHostApiTypeId type)
        {
            var index = Pa_HostApiTypeIdToHostApiIndex(type);

            PaErrorException.ThrowIfError(index);
            return(index);
        }
Пример #2
0
 public static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Пример #3
0
 public static extern PaHostApiIndex PA_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
Пример #4
0
 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);
 }