HBCMS更多的中文手册参考:

ITIMEMediaPlayerAudio::mute参数属性

DHTML中文手册

Sets or retrieves a value that indicates whether the audio is turned on or off.

dhtml语法

HRESULT ITIMEMediaPlayerAudio::put_mute(VARIANT_BOOL m);

Parameters

m
VARIANT_BOOL that specifies one of the values listed in Possible Values.

DHTML可能的值

VARIANT_FALSESound is turned on.
VARIANT_TRUESound 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).