Source position: mmio.pas line 956
type _MMAUDIOOPEN = record |
ulStructLen: LongInt; |
ulSamplesPerBlock: LongInt; |
ulBytesPerBlock: LongInt; |
ulFlags: LongInt; |
ulBestGuess: LongInt; |
ulBlockAlignment: LongInt; |
ulLength: LongInt; |
hCodec: LongInt; |
pfnCodec: pCodecProc; |
end; |