Object associated with this media
control interface command. The object can be one of the following:
Device type
Device name
Filename
Alias
AUDIO
Sets the audio attributes of the device context
specified by the ALL, LEFT, RIGHT, OVER, and VOLUME keywords.
ALL
Applies to both/all channels (default).
Specify ON or OFF with the ALL keyword.
ON
Enables audio output.
OFF
Disables audio output.
LEFT
Applies to left channel.
Specify ON or OFF with the LEFT keyword.
ON
Enables audio output to the left channel.
OFF
Disables audio
output to the left channel.
RIGHT
Applies to right channel.
Specify ON or OFF with the RIGHT keyword.
ON
Enables audio output to the right channel.
OFF
Disables audio
output to the right channel.
OVER
milliseconds
Applies the change over the specified
time period (fade).
VOLUME percentage
Sets
the device/mixer channel volume level.
DOOR
CLOSED
Retracts the tray and closes the door,
if possible.
DOOR LOCKED
Locks
the media cover on the device (if any). This disables manual ejection of
the media from the device.
DOOR OPEN
Opens
the door and ejects the tray, if possible. This enables manual ejection
of the media from the device.
DOOR UNLOCKED
Unlocks
the media cover on the device (if any). This enables manual ejection of
the media from the device.
TIME FORMAT MILLISECONDS
Sets the time format to milliseconds. All position
information is in this format after this command. You can abbreviate as
ms.
TIME FORMAT MMTIME
Sets
the time format to MMTIME.
TIME FORMAT MSF
Sets
the time format to mm:ss:ff, where mm is minutes, ss is
seconds, and ff is frames. All position information is in this format
after this command. The ff input can be omitted if it is 0; ss
can be omitted if both ss and ff are 0. These fields
have the following maximum values:
Minutes (mm)
99
Seconds
(ss)
59
Frames (ff)
74
TIME
FORMAT TMSF
Sets the time format to tt:mm:ss:ff
where tt is tracks, mm is minutes, ss is seconds,
and ff is frames. All position information is in this format after
this command. The ff input can be omitted if it is 0, ss can
be omitted if both ss and ff are 0, and mm can be omitted
if mm, ss, and ff all equal 0. These fields have the
following maximum values:
Tracks (tt)
99
Minutes
(mm)
99
Seconds (ss)
59
Frames (ff)
74
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.