Unit 'Win.AudioClient' Package
[Overview][Constants][Types][Classes][Index] [#pl_win_api]

IAudioClient

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

Declaration

Source position: Win.AudioClient.pas line 169

type IAudioClient = interface(IUnknown)

  function Initialize();

  

  function GetBufferSize();

  

  function GetStreamLatency();

  

  function GetCurrentPadding();

  

  function IsFormatSupported();

  

  function GetMixFormat();

  

  function GetDevicePeriod();

  

  function Start;

  

  function Stop;

  

  function Reset;

  

  function SetEventHandle();

  

  function GetService();

  

end;

Inheritance

IAudioClient

  

|

IInterface



CT Web help

CodeTyphon Studio