66
FlashPoint 128 MCI Overlay Driver (Cont.)
MCI Commands and Syntax
The Media Control Interface (MCI) driver provides a device independent
interface to the FlashPoint 128 board. Any Windows application which
supports MCI can be used to display and capture video images. Applica-
tion developers can communicate with the MCI driver using command-
message functions, although most developers and all end users will
probably find it easier to use the command-string interface. The com-
mand-string interface provides control of an MCI device using simple
command strings. Many authoring packages allow sending command
strings to an MCI device.
Open
Open the FlashPoint MCI driver
ALIAS alias_name
A convenient name for future references
PARENT hwnd
STYLE 0-4294967295 WS_xxxx | WS_xxxx...
STYLE CHILD
STYLE OVERLAPPED
STYLE POPUP
TYPE device_type
Overlay
Close
Close the FlashPoint MCI driver
Info
Get information about the FlashPoint MCI driver.
PRODUCT: FlashPoint MCI v1.0
WINDOW TEXT:
[video window caption]
The following is an
example MCI command
string sequence used to
display a video window
and capture the video
image to a BMP file:
open overlay alias ov
window ov state show
freeze ov
save ov testfile.bmp depth
24
close ov
Summary of Contents for FlashPoint 128 CPCI
Page 2: ...2...
Page 58: ...Special Drivers Chapter 6...
Page 77: ...Appendix A...
Page 88: ...Appendix B...