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