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

IVCmdAttributesA

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

Declaration

Source position: speech.pas line 4062

type IVCmdAttributesA = interface(IUnknown)

  function AutoGainEnableGet();

  function AutoGainEnableSet();

  function AwakeStateGet();

  function AwakeStateSet();

  function ThresholdGet();

  function ThresholdSet();

  function DeviceGet();

  function DeviceSet();

  function EnabledGet();

  function EnabledSet();

  function MicrophoneGet();

  function MicrophoneSet();

  function SpeakerGet();

  function SpeakerSet();

  function SRModeGet();

  function SRModeSet();

end;

Inheritance

IVCmdAttributesA

IUnknown

?