Windows Media Player 11 SDK Settings.muteĀ
Previous | Next |
Settings.mute
The mute property specifies and retrieves a value indicating whether audio is muted.
Syntax
Possible Values
This property is a read/write Boolean.
Value | Description |
true | Audio is muted. |
false | Default. Audio is not muted. |
Example Code
The following example creates an HTML CHECKBOX element that allows the user to mute and un-mute audio. The Player object was created with ID = "Player".
Requirements
Version: Windows Media Player version 7.0 or later.
Library: Use wmp.dll.
See Also
Previous | Next |