C# 클래스 Last.fm_Scrubbler_WPF.WMP

Wraps around the windows media player to get its info.
상속: IDisposable
파일 보기 프로젝트 열기: coczero/Last.fm-Scrubbler-WPF

공개 메소드들

메소드 설명
Dispose ( ) : void

Closes the media player.

GetMusicLibrary ( ) : List

Parses the windows media player database.

WMP ( ) : Last.fm_Scrubbler_WPF.Models

Constructor.

비공개 메소드들

메소드 설명
GetAlbum ( IWMPMedia mediaItem ) : string

Gets the album string.

GetArtist ( IWMPMedia mediaItem ) : string

Gets the artist name.

GetPlayCount ( IWMPMedia mediaItem ) : int

Gets the play count.

GetTitle ( IWMPMedia mediaItem ) : string

Gets the track name.

GetUserLastPlayedTime ( IWMPMedia mediaItem ) : System.DateTime

메소드 상세

Dispose() 공개 메소드

Closes the media player.
public Dispose ( ) : void
리턴 void

GetMusicLibrary() 공개 메소드

Parses the windows media player database.
public GetMusicLibrary ( ) : List
리턴 List

WMP() 공개 메소드

Constructor.
public WMP ( ) : Last.fm_Scrubbler_WPF.Models
리턴 Last.fm_Scrubbler_WPF.Models