C# 클래스 MPTagThat.Commands.CmdRemoveCoverArt

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

공개 메소드들

메소드 설명
CmdRemoveCoverArt ( object parameters ) : MPTagThat.Core
Execute ( TrackData &track, int rowIndex ) : bool
PostProcess ( ) : bool

Post Process after command execution

메소드 상세

CmdRemoveCoverArt() 공개 메소드

public CmdRemoveCoverArt ( object parameters ) : MPTagThat.Core
parameters object
리턴 MPTagThat.Core

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