Unit 'uos_portaudio' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_uos]

PaDeviceInfo

Declaration

Source position: uos_portaudio.pas line 107

type PaDeviceInfo = record

  structVersion: CInt32;

  

  _name: PChar;

  

  hostApi: PaHostApiIndex;

  

  maxInputChannels: CInt32;

  

  maxOutputChannels: CInt32;

  

  defaultLowInputLatency: PaTime;

  

  defaultLowOutputLatency: PaTime;

  

  defaultHighInputLatency: PaTime;

  

  defaultHighOutputLatency: PaTime;

  

  defaultSampleRate: CDouble;

  

end;



CT Web help

CodeTyphon Studio