[Overview][Constants][Types][Classes][Index] Reference for unit 'Speech' (#crwlib)

IAudioSource

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: speech.pas line 1909

type IAudioSource = interface(IUnknown)

  function DataAvailable();

  function DataGet();

end;

Inheritance

IAudioSource

IUnknown

?