C# Class ModernApp4Me.WP8.Media.M4MMediaHubManager

Enables to manage the music+video Windows Phone Hub.
显示文件 Open project: smartnsoft/ModernApp4Me

Public Methods

Method 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 method

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
return void

UpdateNowPlayingTile() public static method

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
return void