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 |