public HRESULT putref_Format(ISpeechAudioFormat *AudioFormat)
 {
     return(((delegate * unmanaged <ISpeechCustomStream *, ISpeechAudioFormat *, int>)(lpVtbl[8]))((ISpeechCustomStream *)Unsafe.AsPointer(ref this), AudioFormat));
 }
 public int putref_RetainedAudioFormat(ISpeechAudioFormat *Format)
 {
     return(((delegate * unmanaged <ISpeechRecoContext *, ISpeechAudioFormat *, int>)(lpVtbl[24]))((ISpeechRecoContext *)Unsafe.AsPointer(ref this), Format));
 }
 public int putref_Format([NativeTypeName("ISpeechAudioFormat *")] ISpeechAudioFormat *AudioFormat)
 {
     return(((delegate * unmanaged <ISpeechMemoryStream *, ISpeechAudioFormat *, int>)(lpVtbl[8]))((ISpeechMemoryStream *)Unsafe.AsPointer(ref this), AudioFormat));
 }
 public HRESULT putref_AudioFormat(ISpeechAudioFormat *Format)
 {
     return(((delegate * unmanaged <ISpeechRecoResult2 *, ISpeechAudioFormat *, int>)(lpVtbl[9]))((ISpeechRecoResult2 *)Unsafe.AsPointer(ref this), Format));
 }
 public int putref_AudioFormat([NativeTypeName("ISpeechAudioFormat *")] ISpeechAudioFormat *Format)
 {
     return(((delegate * unmanaged <ISpeechRecoResult *, ISpeechAudioFormat *, int>)(lpVtbl[9]))((ISpeechRecoResult *)Unsafe.AsPointer(ref this), Format));
 }
 public int putref_Format(ISpeechAudioFormat *AudioFormat)
 {
     return(((delegate * unmanaged <ISpeechMMSysAudio *, ISpeechAudioFormat *, int>)(lpVtbl[8]))((ISpeechMMSysAudio *)Unsafe.AsPointer(ref this), AudioFormat));
 }