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

ISRAttributesW

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

Declaration

Source position: speech.pas line 2683

type ISRAttributesW = interface(IUnknown)

  function AutoGainEnableGet();

  function AutoGainEnableSet();

  function EchoGet();

  function EchoSet();

  function EnergyFloorGet();

  function EnergyFloorSet();

  function MicrophoneGet();

  function MicrophoneSet();

  function RealTimeGet();

  function RealTimeSet();

  function SpeakerGet();

  function SpeakerSet();

  function TimeOutGet();

  function TimeOutSet();

  function ThresholdGet();

  function ThresholdSet();

end;

Inheritance

ISRAttributesW

IUnknown

?