object

      Object associated with this media control interface command. The object can be one of the following:

      • Device type
      • Device name
      • Filename
      • Alias
      filename
        Specifies the name of the file to load.
      NEW
        Creates a temporary element for subsequent use with the RECORD command (removing any previous cue input). The temporary file can be made permanent by providing a name using the SAVE command.
      READONLY
        Opens the file in a read-only mode and prevents inadvertent changes to the file.
      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]