Share via


MediaExperience Class

Enables applications to retrieve information about the current Windows Media Center experience.

Syntax

public sealed class MediaExperience : Microsoft.MediaCenter.UI.IPropertyObject

Public Instance Methods

Method Description
GetMediaCollection Retrieves the media collection that was last played.
GoToFullScreen Moves the current media playback experience into full-screen mode.

Public Instance Properties

Property Description
EntryPointId Gets or sets the GUIDs that uniquely identify an application entry point, which is launched when the user selects Now Playing.
IsFullScreen Gets a value that iIndicates whether the current Windows Media Center experience is in full-screen mode.
MediaMetadata Gets a collection of key-value pairs that provide information about the currently playing media.
Transport Gets the MediaTransport class that enables an application to control playback of the current media.
Url Gets or sets the URI of an application, which is launched when the user selects Now Playing.
UrlType Gets or sets the type of URI (MCML or HTTP) for the application.

Public Instance Events

Event Description
PropertyChanged Raised when a MediaExperience property changes.

See Also