MediaRenderer.GetTransportInformationAsync method

Queries the DMR asynchronously to retrieve transport information.

Syntax

HRESULT GetTransportInformationAsync(
  [out] GetPositionInformationOperation **value
);

Parameters

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

MediaRenderer