Source position: ahi_sub.pas line 53
type tAHIAudioCtrlDrv = record |
ahiac_AudioCtrl: tAHIAudioCtrl; |
ahiac_Flags: LongWord; |
ahiac_SoundFunc: pHook; |
ahiac_PlayerFunc: pHook; |
ahiac_PlayerFreq: LongInt; |
ahiac_MinPlayerFreq: LongInt; |
ahiac_MaxPlayerFreq: LongInt; |
ahiac_MixFreq: LongWord; |
ahiac_Channels: Word; |
ahiac_Sounds: Word; |
ahiac_DriverData: Pointer; |
ahiac_MixerFunc: pHook; |
ahiac_SamplerFunc: pHook; |
ahiac_Obsolete: LongWord; |
ahiac_BuffSamples: LongWord; |
ahiac_MinBuffSamples: LongWord; |
ahiac_MaxBuffSamples: LongWord; |
ahiac_BuffSize: LongWord; |
ahiac_BuffType: LongWord; |
ahiac_PreTimer: function: SmallInt; |
ahiac_PostTimer: procedure; |
end; |