C# 클래스 MPTagThat.Commands.CmdCoverArtDrop

상속: Command
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
CmdCoverArtDrop ( object parameters ) : System
Execute ( TrackData &track, int rowIndex ) : bool
PostProcess ( ) : bool

Post Process after command execution

비공개 메소드들

메소드 설명
GetCoverArtFromUrl ( string url ) : MPTagThat.Core.Common.Picture

Get Cover Art from a given Url

메소드 상세

CmdCoverArtDrop() 공개 메소드

public CmdCoverArtDrop ( object parameters ) : System
parameters object
리턴 System

Execute() 공개 메소드

public Execute ( TrackData &track, int rowIndex ) : bool
track MPTagThat.Core.TrackData
rowIndex int
리턴 bool

PostProcess() 공개 메소드

Post Process after command execution
public PostProcess ( ) : bool
리턴 bool