Sets or retrieves a value that indicates whether the audio is turned on or off.
Syntax
HRESULT ITIMEMediaPlayerAudio::put_mute(VARIANT_BOOL m);
Parameters
- m
- VARIANT_BOOL that
specifies one of the values listed in Possible Values.
Possible Values
VARIANT_FALSE | Sound is turned on. |
VARIANT_TRUE | Sound is turned off. |
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).