C# 클래스 VLC_WINRT.Utility.Services.RunTime.HistoryService

파일 보기 프로젝트 열기: kusl/vlcwinrt 1 사용 예제들

공개 메소드들

메소드 설명
Add ( StorageFile file ) : Task
Clear ( ) : Task
Dispose ( ) : void
FileCount ( ) : int
GetHistory ( string token ) : MediaHistory
GetTokenAtPosition ( int index ) : string
HistoryService ( ) : System
IsAudioAtPosition ( int index ) : bool
RemoveToken ( string token ) : Task
RestoreHistory ( ) : Task
RetrieveFile ( string token ) : IAsyncOperation
RetrieveFileAt ( int index ) : Task
SaveHistory ( ) : Task
UpdateMediaHistory ( string fileToken, TimeSpan totalWatched ) : void

비공개 메소드들

메소드 설명
CreateHistory ( IStorageItem item, string token, bool isAudio ) : MediaHistory
PublishUpdate ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( StorageFile file ) : Task
file Windows.Storage.StorageFile
리턴 Task

Clear() 공개 메소드

public Clear ( ) : Task
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileCount() 공개 메소드

public FileCount ( ) : int
리턴 int

GetHistory() 공개 메소드

public GetHistory ( string token ) : MediaHistory
token string
리턴 VLC_WINRT.Model.MediaHistory

GetTokenAtPosition() 공개 메소드

public GetTokenAtPosition ( int index ) : string
index int
리턴 string

HistoryService() 공개 메소드

public HistoryService ( ) : System
리턴 System

IsAudioAtPosition() 공개 메소드

public IsAudioAtPosition ( int index ) : bool
index int
리턴 bool

RemoveToken() 공개 메소드

public RemoveToken ( string token ) : Task
token string
리턴 Task

RestoreHistory() 공개 메소드

public RestoreHistory ( ) : Task
리턴 Task

RetrieveFile() 공개 메소드

public RetrieveFile ( string token ) : IAsyncOperation
token string
리턴 IAsyncOperation

RetrieveFileAt() 공개 메소드

public RetrieveFileAt ( int index ) : Task
index int
리턴 Task

SaveHistory() 공개 메소드

public SaveHistory ( ) : Task
리턴 Task

UpdateMediaHistory() 공개 메소드

public UpdateMediaHistory ( string fileToken, TimeSpan totalWatched ) : void
fileToken string
totalWatched TimeSpan
리턴 void