コード例 #1
0
 public int putref_AudioInputStream(ISpeechBaseStream *AudioInputStream = null)
 {
     return(((delegate * unmanaged <ISpeechRecognizer *, ISpeechBaseStream *, int>)(lpVtbl[13]))((ISpeechRecognizer *)Unsafe.AsPointer(ref this), AudioInputStream));
 }
コード例 #2
0
 public HRESULT putref_AudioOutputStream(ISpeechBaseStream *AudioOutputStream)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ISpeechBaseStream *, int>)(lpVtbl[13]))((ISpeechVoice *)Unsafe.AsPointer(ref this), AudioOutputStream));
 }
コード例 #3
0
 public HRESULT SpeakStream(ISpeechBaseStream *Stream, SpeechVoiceSpeakFlags Flags, [NativeTypeName("long *")] int *StreamNumber)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ISpeechBaseStream *, SpeechVoiceSpeakFlags, int *, int>)(lpVtbl[29]))((ISpeechVoice *)Unsafe.AsPointer(ref this), Stream, Flags, StreamNumber));
 }
コード例 #4
0
 public int putref_AudioOutputStream([NativeTypeName("ISpeechBaseStream *")] ISpeechBaseStream *AudioOutputStream)
 {
     return(((delegate * unmanaged <ISpeechVoice *, ISpeechBaseStream *, int>)(lpVtbl[13]))((ISpeechVoice *)Unsafe.AsPointer(ref this), AudioOutputStream));
 }