C# Класс ModernApp4Me.WP8.Media.M4MMediaHubManager

Enables to manage the music+video Windows Phone Hub.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddRecentPlayTile() публичный статический Метод

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
Результат void

UpdateNowPlayingTile() публичный статический Метод

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
Результат void