public pa_host_api_index_t HostApiTypeIdToHostApiIndex(PaHostApiTypeId type) { var index = Pa_HostApiTypeIdToHostApiIndex(type); PaErrorException.ThrowIfError(index); return(index); }
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)); }
private static extern int Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type);
PaHostApiIndex Pa_HostApiTypeIdToHostApiIndex(PaHostApiTypeId type) ;
public static int HostApiTypeIdToHostApiIndex(PaHostApiTypeId type) { return PortAudioInterop.Pa_HostApiTypeIdToHostApiIndex (type); }