MediaRenderer.ActionInformation property
Gets information about which methods can currently be invoked on the DMR.
This property is read-only.
Syntax
HRESULT get_ActionInformation(
[out] IMediaRendererActionInformation **value
);
Property value
A reference to an IMediaRendererActionInformation interface.
See also