Unit 'mci' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os2units]

MCI_MIXSETUP_PARMS

Declaration

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;


Documentation generated on: 2025-07-25