VIDEOSETTINGS Element

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The VIDEOSETTINGS element provides a way to modify various video settings, using the attributes and method listed here.

The VIDEOSETTINGS element supports the following attributes.

Attribute Description
brightness Specifies or retrieves the brightness setting of the video.
contrast Specifies or retrieves the contrast setting of the video.
hue Specifies or retrieves the hue setting of the video.
saturation Specifies or retrieves the saturation setting of the video.

 

The VIDEOSETTINGS element supports the following method.

Method Description
reset Resets all attributes to their default values.

 

The VIDEOSETTINGS element can implement the attribute_onchange event handlers.

Note

This element requires Windows Media Player for Windows XP or later.

 

Skin Programming Reference