object

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

      • Device type
      • Device name
      • Filename
      • Alias
      The units of the TO and FROM positions must be supplied in the currently selected time format.
      FROM pos
        The position to start deleting. If FROM is omitted, the delete starts from the current position. If TO is omitted, the end of file is assumed. The position of the media will either be the from position if FROM is specified, or the previous position if FROM is not specified.
      TO pos
        The position to stop deleting. If FROM is omitted, the delete starts from the current position. If TO is omitted, the end of file is assumed. The position of the media will either be the from position if FROM is specified, or the previous position if FROM is not specified.
      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]