MediaRenderer.IsAudioSupported property
Gets a value that indicates whether the DMR is capable of playing audio content.
This property is read-only.
Syntax
HRESULT get_IsAudioSupported(
[out] boolean *value
);
Property value
A boolean value that is True if the DMR is capable of playing audio content and False if it is not.
See also