object

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

      • Device type
      • Device name
      • Filename
      • Alias
      HANDLE window_handle
        Specifies the handle of the destination window used as an alternate to the default window.
      HANDLE DEFAULT
        Specifies the digital video driver should create and manage its own window. This flag can be used to set the display back to the driver's default window.
      STATE HIDE
        Hides the current display window. Default window or monitor window only.
      STATE MAXIMIZE
        Maximizes current display window. Default window or monitor window only.
      STATE MINIMIZE
        Minimizes the specified window and activates the top-level window in the window manager's list. Default window or monitor window only.
      STATE MINIMIZED
        Minimizes the current display window. Default window only or monitor window only.
      STATE DEACTIVATE
        Displays a window in its current state. The window that is currently active remains active. Default window or monitor window only.
      STATE ACTIVATE
        Displays a window in its most recent size and state. The window that is currently active remains active. Default window or monitor window only.
      STATE RESTORE
        Displays the current display window as it was created. Default window or monitor window only.
      STATE SHOW
        Shows the current display window. Default window or monitor window only.
      TEXT caption
        Specifies the caption for the display window. Default window only.
      MONITOR
        Specifies the functions associated with the WINDOW command are to be applied to the monitor window. The monitor window output can be directed to an application-specified window in the same manner as video playback.

        Note: This keyword must be last in the string command sequence but precede the WAIT or NOTIFY keywords.

      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]