ITIMEMediaPlayerAudio::mute Property

Internet Development Index

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