Метод | Описание | |
---|---|---|
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 |
public WMP ( ) : Last.fm_Scrubbler_WPF.Models | ||
Результат | Last.fm_Scrubbler_WPF.Models |