MediaRenderer.GetTransportInformationAsync method
Queries the DMR asynchronously to retrieve transport information.
c++
HRESULT GetTransportInformationAsync(
[out] GetPositionInformationOperation **value
);
- value [out]
Receives a reference to a GetTransportInformationOperation object that is used to get results from the asynchronous operation.
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. |