Skaityti anglų kalba

Bendrinti naudojant


IActiveBasicDevice::IsMuteSupported method

Gets a value that indicates if the device supports muting.

Syntax

c++
HRESULT IsMuteSupported(
  [out, retval] boolean *value
);

Parameters

  • value [out, retval]
    Receives a value that indicates if the device can be muted.

    true if the device can be muted; otherwise, false.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

Windows.Media.Streaming.Devices.h

IDL

Windows.Media.Streaming.Devices.idl

DLL

PlayToDevice.dll

See also

IActiveBasicDevice

IBasicDevice