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_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).