C# Class MediaPortal.Player.DVDPlayer9

Inheritance: DVDPlayer
Show file Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
Process ( ) : void

Protected Methods

Method Description
CloseInterfaces ( ) : void

do cleanup and release DirectShow.

GetInterfaces ( string path ) : bool

create the used COM components and get the interfaces.

OnProcess ( ) : void
Repaint ( ) : void

Private Methods

Method Description
Cleanup ( ) : void
HandleMouseMessages ( ) : void

Method Details

CloseInterfaces() protected method

do cleanup and release DirectShow.
protected CloseInterfaces ( ) : void
return void

GetInterfaces() protected method

create the used COM components and get the interfaces.
protected GetInterfaces ( string path ) : bool
path string
return bool

OnProcess() protected method

protected OnProcess ( ) : void
return void

Process() public method

public Process ( ) : void
return void

Repaint() protected method

protected Repaint ( ) : void
return void