Source Code
The following files are located in the \TOOLKIT\SAMPLES\MM\ASYMREC subdirectory.
ASYMREC.H
Is the header file for the asymmetric
recording sample. See this file for a complete description of the asymmetric
recorder data structures.
ASYMREC.C
Is
the sample program code for the asymmetric recording sample. It includes
code for the following functions:
OpenMMIO
Opens and identifies the I/O procedure
to install.
IdentifyIOProc
Loads
and installs the known I/O procedure. Also, attempts to open the movie file
using this I/O procedure.
AssociateCodec
Sends
MMIOM_SET to associate the CODEC for later use in compression.
InitiateFrameStepRecord
Initializes the environment for frame-step recording
and starts a frame-step record thread.
CompressBuffer
Calls the AVI I/O procedure and Ultimotion CODEC
procedure to compress a buffer.
StartVideoThread
Starts a recording thread for doing the frame-step.
Detailed information about each function is provided
in the source code.
[Back: ASYMREC - Asymmetric Recording Sample]
[Next: Real-Time Capture and Asymmetric Capture]