IMediaRendererFactory::CreateMediaRendererFromBasicDeviceAsync method (windows.media.streaming.h)

Asynchronously creates a new instance of an object that implements the IMediaRenderer interface using the specified IBasicDevice interface.

Syntax

HRESULT CreateMediaRendererFromBasicDeviceAsync(
  [in]          ABI::Windows::Media::Streaming::IBasicDevice                     *basicDevice,
  [out, retval] __FIAsyncOperation_1_Windows__CMedia__CStreaming__CMediaRenderer **value
);

Parameters

[in] basicDevice

A pointer to an IBasicDevice interface representing the device for which an instance of IMediaRenderer will be created.

[out, retval] value

Receives a reference to a CreateMediaRendererOperation object that is used to get results from the asynchronous operation.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

   
Target Platform Windows
Header windows.media.streaming.h

See also

IMediaRendererFactory