Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.78 KB

imediarendererfactory-createmediarendererfrombasicdeviceasync.md

File metadata and controls

79 lines (48 loc) · 2.78 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location ms.custom
IMediaRendererFactory CreateMediaRendererFromBasicDeviceAsync method
Asynchronously creates a new instance of an object that implements the IMediaRenderer interface using the specified IBasicDevice interface.
14A83789-0F3C-467B-8EFD-3BB421C54217
CreateMediaRendererFromBasicDeviceAsync method Media Streaming API
CreateMediaRendererFromBasicDeviceAsync method Media Streaming API , IMediaRendererFactory interface
IMediaRendererFactory interface Media Streaming API , CreateMediaRendererFromBasicDeviceAsync method
apiref
IMediaRendererFactory.CreateMediaRendererFromBasicDeviceAsync
COM
reference
4/26/2023
UpdateFrequency5

IMediaRendererFactory::CreateMediaRendererFromBasicDeviceAsync method

[The feature associated with this page, Windows Media Streaming API, is a legacy feature. It has been superseded by Media Casting. Media Casting has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Media Casting instead of Windows Media Streaming API, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Syntax

HRESULT CreateMediaRendererFromBasicDeviceAsync(
  [in]          IBasicDevice                 *basicDevice,
  [out, retval] CreateMediaRendererOperation **value
);

Parameters

basicDevice [in]

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

value [out, retval]

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.

See also

IMediaRendererFactory