Share via


MediaRendererDevice Constructor (Windows Embedded CE 6.0)

1/6/2010

This constructor creates a MediaRendererDevice instance using the specified generic UPnP device reference.

Syntax

MediaRendererDevice(
  IUPnPDevice* pDevice
);

Parameters

  • pDevice
    Pointer to an IUPnPDevice instance that refers to a MediaRenderer device.

Return Value

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

Header av_upnp.h
Library Av_upnp.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

MediaRendererDevice
IUPnPDevice