Source position: ahi.pas line 445
type tAHIUnitPrefs = record |
ahiup_Unit: Byte; |
ahiup_Pad: Byte; |
ahiup_Channels: Word; |
ahiup_AudioMode: LongWord; |
ahiup_Frequency: LongWord; |
ahiup_MonitorVolume: LongInt; |
ahiup_InputGain: LongInt; |
ahiup_OutputVolume: LongInt; |
ahiup_Input: LongWord; |
ahiup_Output: LongWord; |
end; |