IAudioEndpointOffloadStreamMute::GetMute method
The GetMute method retrieves the mute status of the offloaded audio stream.
Syntax
HRESULT GetMute( [out] BOOL *pbMuted );
Parameters
- pbMuted [out]
-
Indicates whether or not the offloaded audio stream is muted. A value ofTRUE indicates that the stream is muted, and a value ofFALSE indicates that the stream is not muted.
Return value
The GetMute method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also