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

IAudioSourceSusp

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

Declaration

Source position: speech.pas line 1938

type IAudioSourceSusp = interface(IUnknown)

  function AudioSource();

  function Pause;

  function Resume;

end;

Inheritance

IAudioSourceSusp

IUnknown

?