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

CodecIniFileInfo

Declaration

Source position: mmio.pas line 342

type CodecIniFileInfo = record

  ulStructLen: LongInt;

  fcc: FOURCC;

  szDLLName: array [0..DLLName_Size-1] of AnsiChar;

  szProcName: array [0..ProcName_Size-1] of AnsiChar;

  ulCompressType: LongInt;

  ulCompressSubType: LongInt;

  ulMediaType: LongInt;

  ulCapsFlags: LongInt;

  ulFlags: LongInt;

  szHWID: array [0..Codec_HW_Name_Size-1] of AnsiChar;

  ulMaxSrcBufLen: LongInt;

  ulSyncMethod: LongInt;

  fccPreferredFormat: LongInt;

  ulXalignment: LongInt;

  ulYalignment: LongInt;

  ulSpecInfo: array [0..Codec_Info_Size-1] of LongInt;

end;


Documentation generated on: 2025-07-25