object
Object associated with this media
control interface command. The object can be one of the following:
- Device type
- Device name
- Filename
- Alias
FROM
pos
The position to start recording. If FROM
is omitted, the device starts recording at the current position; if TO is
omitted, the device records until a STOP or PAUSE command is received.
TO
pos
The position to stop recording. If FROM
is omitted, the device starts recording at the current position; if TO is
omitted, the device records until a STOP or PAUSE command is received.
INSERT
New data is added to the device element.
OVERWRITE
New data will replace data in the device element.
WAIT
The command
is executed synchronously. The function waits until the requested action
is complete before returning to the application.
NOTIFY
The command is executed asynchronously, allowing
control to be returned immediately to the application. When the requested
action is complete, an MM_MCINOTIFY
message is sent to the application window procedure.
[Back]
[Next]