IMediaRenderer::GetTransportInformationAsync method

Queries the DMR asynchronously to retrieve transport information.

Syntax


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

Parameters

value [out]

Receives a reference to a GetTransportInformationOperation 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 codeDescription
S_OK

The method succeeded.

 

See also

IMediaRenderer

 

 

Community Additions

ADD
Show: