C# Class ModernApp4Me.WP8.Media.M4MMediaHubManager

Enables to manage the music+video Windows Phone Hub.
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
AddRecentPlayTile ( Stream imageStream, string source, string title, string contextKey, string contextValue ) : void

Updates the history list.

UpdateNowPlayingTile ( Stream imageStream, string source, string title, string contextKey, string contextValue ) : void

Updates the now playing Tile of the history list.

Method Details

AddRecentPlayTile() public static méthode

Updates the history list.
public static AddRecentPlayTile ( Stream imageStream, string source, string title, string contextKey, string contextValue ) : void
imageStream System.IO.Stream the the image that is displayed with this MediaHistoryItem in the media history area
source string this is not supported
title string the title of the
contextKey string the key for the
contextValue string the value for the
Résultat void

UpdateNowPlayingTile() public static méthode

Updates the now playing Tile of the history list.
public static UpdateNowPlayingTile ( Stream imageStream, string source, string title, string contextKey, string contextValue ) : void
imageStream System.IO.Stream the the image that is displayed with this MediaHistoryItem in the media history area
source string this is not supported
title string the title of the
contextKey string the key for the
contextValue string the value for the
Résultat void