IMediaRendererFactory interface
Encapsulates the methods needed to asynchronously create a new instance of an object that implements the IMediaRenderer interface.
Members
The IMediaRendererFactory interface inherits from the IUnknown interface. IMediaRendererFactory also has these types of members:
Methods
The IMediaRendererFactory interface has these methods.
| Method | Description |
|---|---|
| CreateMediaRendererAsync |
Asynchronously creates a new instance of an object that implements the IMediaRenderer interface using the specified Unique Device Name (UDN). |
| CreateMediaRendererFromBasicDeviceAsync |
Asynchronously creates a new instance of an object that implements the IMediaRenderer interface using the specified IBasicDevice interface. |