C# Class Decchi.ParsingModule.Rules.iTunes

Inheritance: IParseRule
Exibir arquivo Open project: Usagination/Decchi

Public Methods

Method Description
DisableAD ( ) : void
EnableAD ( ) : void
ParseManual ( SongInfo si, IntPtr hwnd ) : bool
iTunes ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteITunes ( ) : void
Get ( SongInfo si, IntPtr hwnd, IITTrack track ) : bool
Init ( ) : bool
iTunes_SongChanged ( object iTrack ) : void
m_itunes_OnAboutToPromptUserToQuitEvent ( ) : void
m_itunes_OnQuittingEvent ( ) : void
timerDetect_Callback ( object state ) : void
timer_Callback ( object state ) : void

Method Details

DisableAD() public method

public DisableAD ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnableAD() public method

public EnableAD ( ) : void
return void

ParseManual() public method

public ParseManual ( SongInfo si, IntPtr hwnd ) : bool
si SongInfo
hwnd System.IntPtr
return bool

iTunes() public method

public iTunes ( ) : System
return System