Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.46 KB

nn-mswmdm-imdspdevicecontrol.md

File metadata and controls

63 lines (54 loc) · 2.46 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mswmdm.IMDSPDeviceControl
IMDSPDeviceControl (mswmdm.h)
The IMDSPDeviceControl interface provides methods for controlling devices.
IMDSPDeviceControl
IMDSPDeviceControl interface [windows Media Device Manager]
IMDSPDeviceControl interface [windows Media Device Manager]
described
IMDSPDeviceControlInterface
mswmdm/IMDSPDeviceControl
wmdm.imdspdevicecontrol
wmdm\imdspdevicecontrol.htm
WMDM
a196edef-f670-4c1f-92bd-172a75f3f420
12/05/2018
IMDSPDeviceControl, IMDSPDeviceControl interface [windows Media Device Manager], IMDSPDeviceControl interface [windows Media Device Manager],described, IMDSPDeviceControlInterface, mswmdm/IMDSPDeviceControl, wmdm.imdspdevicecontrol
mswmdm.h
Windows
Windows
19H1
IMDSPDeviceControl
mswmdm/IMDSPDeviceControl
c++
APIRef
kbSyntax
COM
mswmdm.h
IMDSPDeviceControl

IMDSPDeviceControl interface

-description

The IMDSPDeviceControl interface provides methods for controlling devices. After this interface is acquired from a specific instance of the IMDSPDevice interface, the control methods are used for remote control of streaming audio play, record, pause, stop, and seek operations on that device. Implementing this interface is optional. For more information, see Mandatory and Optional Interfaces.

The IMDSPDeviceControl interface methods support several modes of audio control, depending on the context in which they are used. That context is defined by the Seek method. The GetCapabilities method is used to determine what kinds of operations can be performed by the device.

-inheritance

The IMDSPDeviceControl interface inherits from the IUnknown interface. IMDSPDeviceControl also has these types of members:

-see-also

Interfaces for Service Providers