MediaRendererDevice Constructor (Windows CE 5.0)
This constructor creates a MediaRendererDevice instance using the specified generic UPnP device reference.
MediaRendererDevice( IUPnPDevice* pDevice);
Parameters
- pDevice
Pointer to an IUPnPDevice instance that refers to a MediaRenderer device.
Return Values
None.
Remarks
Control point code should retrieve pointers to IUPnPDevice implementations that refer to MediaRenderer devices. It should retrieve these pointers using standard UPnP Control Point API device discovery functionality.
For more information about discovering MediaRenderer devices, see Developing UPnP AV Framework Control Points and Device Location.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.
See Also
MediaRendererDevice | IUPnPDevice
Send Feedback on this topic to the authors