source:
branches/v2.9/stream_ioproc/STREAMIO.SCR@
222
Last change on this file since 222 was 2, checked in by , 8 years ago | |
---|---|
File size: 303 bytes |
Line | |
---|---|
1 | mmioInstall = |
2 | ( |
3 | mmioFourCC = "CAST" |
4 | mmioDllName = "$(DEST)STREAMIO.DLL" |
5 | mmioDllEntryPoint = "IOProc_Entry" |
6 | mmioFlags = 0x00000000L |
7 | mmioExtendLen = 0x00000010L |
8 | mmioMediaType = 0x00000002L |
9 | mmioIOProcType = 0x00000001L |
10 | mmioDefExt = "" |
11 | ) |
12 | |
13 |
Note:
See TracBrowser
for help on using the repository browser.