C# 클래스 ModernApp4Me.WP8.Media.M4MMediaHubManager

Enables to manage the music+video Windows Phone Hub.
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
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