IAudioEndpointOffloadStreamMute::SetMute method (audioengineendpoint.h)

The SetMute method sets the mute status of the offloaded audio stream.

Syntax

HRESULT SetMute(
  [in] boolean bMuted
);

Parameters

[in] bMuted

Indicates whether or not the offloaded audio stream is to be muted. A value of TRUE mutes the stream, and a value of FALSE sets the stream to a non-muted state.

Return value

The SetMute method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header audioengineendpoint.h

See also

IAudioEndpointOffloadStreamMute