public HRESULT get_AudioOutputStream(ISpeechBaseStream **AudioOutputStream)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ISpeechBaseStream **, int>)(lpVtbl[12]))((ISpeechVoice *)Unsafe.AsPointer(ref this), AudioOutputStream));
 }
 public int get_AudioInputStream(ISpeechBaseStream **AudioInputStream)
 {
     return(((delegate * unmanaged <ISpeechRecognizer *, ISpeechBaseStream **, int>)(lpVtbl[14]))((ISpeechRecognizer *)Unsafe.AsPointer(ref this), AudioInputStream));
 }
Пример #3
0
 public int get_AudioOutputStream([NativeTypeName("ISpeechBaseStream **")] ISpeechBaseStream **AudioOutputStream)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ISpeechBaseStream **, int>)(lpVtbl[12]))((ISpeechVoice *)Unsafe.AsPointer(ref this), AudioOutputStream));
 }