Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The GetMute method retrieves the mute status of the offloaded audio stream.
Syntax
HRESULT GetMute(
[out] boolean *pbMuted
);
Parameters
[out] pbMuted
Indicates whether or not the offloaded audio stream is muted. A value of TRUE indicates that the stream is muted, and a value of FALSE 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
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 |