1 out of 1 rated this helpful - Rate this topic

BackgroundModes Enumeration

Contains values that indicate the type of background to display when audio or video is playing.

public enum BackgroundModes

Members

ValueDescription
AlbumArtMosaicDisplays the animated mosaic of the album art from the Music library.
AudioAnimatedDisplays a standard animated sine wave background.
ColorDisplays a specified color (as specified in MediaCenterEnvironment.BackgroundColor2).
CustomMaskedVideoDisplays an image (as specified in MediaCenterEnvironment.SetBackgroundImage) at 50% transparency over the current background color or currently-playing video.
HeavyMaskedVideoDisplays a heavy blue mask over full-screen video.
ImageDisplays an image (as specified in MediaCenterEnvironment.SetBackgroundImage) over the current background color or currently-playing video.
LightMaskedVideoDisplays a light blue mask over full-screen video.
NoneDisplays no background (a black colorfill).
StandardAnimatedDisplays the standard animated blue background video that is used throughout Windows Media Center. If the computer's graphics card renderer does not support animation, StandardImage mode is used.
StandardImageDisplays the standard static blue background image that is used throughout Windows Media Center.
VideoDisplays the currently playing video as full screen.

The following members are used by Windows Media Center internally, and are not set by the developer:

  • Animated
  • Audio
  • Complex
  • HeavyMask
  • LightMask
  • Standard

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.