2 overrides of GetOutputFormat
System.Speech (2)
Internal\Synthesis\TTSEngineProxy.cs (2)
44internal override IntPtr GetOutputFormat(IntPtr targetFormat) 125internal override IntPtr GetOutputFormat(IntPtr preferredFormat)
1 reference to GetOutputFormat
System.Speech (1)
Internal\Synthesis\TTSVoice.cs (1)
102waveFormat = _engine.GetOutputFormat(targetWaveFormat != null ? targetFormat.AddrOfPinnedObject() : IntPtr.Zero);