Release: 0.1 (experimental)
This utility allows you to view and modify the MMPMMMIO.INI entries. I wrote it, because I had some trouble with redundant IOprocs for the same file types.
usage fileformat download contactItem | $IOproc | $Codec | Type | Description |
---|---|---|---|---|
FourCC: | yes | yes | string | Four-character code that identifies the IOproc or the file format. |
DLLName: | yes | yes | string | DLL name of IOProc. |
ProcName: | yes | yes | string | Entry point of DLL. |
Flags: | yes | yes | integer | Reserved, do not use. |
CapsFlags: | - | yes | integer | Capabilities flags. |
ExtendLen: | yes | - | integer | Length of extended fields. |
CompressType: | - | yes | integer | Compression type. |
CompressSubType: | - | yes | integer | Compression subtype. |
MediaType: | yes | yes | integer | Media type. |
IOProcType: | yes | - | integer | IOProc type. |
DefExt: | yes | - | string | Default file extension. |
HWID: | - | yes | string | Hardware adapter name. |
MaxSrcBufLen: | - | yes | integer | Maximum source buffer length. |
SyncMethod: | - | yes | integer | Synchronization method. |
Alignment: | - | yes | integer array (2) | Byte alignment of starting address and top left Y pixel alignment. |
SpecInfo: | - | yes | integer array (8) | Contains CODEC-specific info. |
ZIP file with source, OS/2 executable and this guide: Release 0.1
Suggestions, help, complaints (but not too much:-): mueller@maazl.de
Original homepage: http://www.maazl.de/project/misc/mmpmtool.html