IMiniportStreamAudioEngineNode::GetStreamChannelMute method (portcls.h)
Gets the state of the Mute node in the path of the audio stream.
Syntax
NTSTATUS GetStreamChannelMute(
[in] UINT32 ulChannel,
[out] BOOL *pbMute
);
Parameters
[in] ulChannel
The audio stream channel.
[out] pbMute
The state of the Mute node.
Return value
GetStreamChannelMute returns S_OK, if the call was successful. Otherwise, the method returns an appropriate error
code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Universal |
Header | portcls.h |