C# Class MediaPortal.Player.StreamBufferPlayer9

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

Public Methods

Method Description
SeekAbsolute ( double dTimeInSecs ) : void
SetVideoWindow ( ) : void
Stop ( ) : void
StreamBufferPlayer9 ( ) : System

Protected Methods

Method Description
CloseInterfaces ( ) : void

do cleanup and release DirectShow.

GetInterfaces ( string filename ) : bool

create the used COM components and get the interfaces.

OnInitialized ( ) : void
OnProcess ( ) : void
ReInit ( ) : void

Private Methods

Method Description
Cleanup ( ) : 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 filename ) : bool
filename string
return bool

OnInitialized() protected method

protected OnInitialized ( ) : void
return void

OnProcess() protected method

protected OnProcess ( ) : void
return void

ReInit() protected method

protected ReInit ( ) : void
return void

SeekAbsolute() public method

public SeekAbsolute ( double dTimeInSecs ) : void
dTimeInSecs double
return void

SetVideoWindow() public method

public SetVideoWindow ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StreamBufferPlayer9() public method

public StreamBufferPlayer9 ( ) : System
return System