IAudioEndpointOffloadStreamMute interface
The IAudioEndpointOffloadStreamMute interface allows a client to manipulate the mute status of the offloaded audio stream.
Members
The IAudioEndpointOffloadStreamMute interface inherits from the IUnknown interface. IAudioEndpointOffloadStreamMute also has these types of members:
Methods
The IAudioEndpointOffloadStreamMute interface has these methods.
| Method | Description |
|---|---|
| GetMute |
Indicates whether the offloaded stream is muted or not. |
| SetMute |
Sets the mute status of the offloaded stream. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
See also