Source position: mci.pas line 458
type MCI_MIXSETUP_PARMS = record |
hwndCallback: HWND; |
ulBitsPerSample: LongInt; |
ulFormatTag: LongInt; |
ulSamplesPerSec: LongInt; |
ulChannels: LongInt; |
ulFormatMode: LongInt; |
ulDeviceType: LongInt; |
ulMixHandle: LongInt; |
pmixWrite: MixerProc; |
pmixRead: MixerProc; |
pmixEvent: MixerEvent; |
pExtendedInfo: Pointer; |
ulBufferSize: LongInt; |
ulNumBuffers: LongInt; |
end; |