C# Class MediaPortal.Player.Subtitles.MpcEngine

Inheritance: MediaPortal.Player.Subtitles.SubSettings, ISubEngine
Show file Open project: MediaPortal/MediaPortal-1

Public Methods

Method Description
DelayMinus ( ) : void
DelayPlus ( ) : void
FreeSubtitles ( ) : void
GetCount ( ) : int
GetLanguage ( int i ) : string
GetSubtitleName ( int i ) : string
IsModified ( ) : bool
LoadSubtitles ( IGraphBuilder graphBuilder, string filename ) : bool
Render ( Rectangle subsRect, Rectangle frameRect, int xOffsetInPixels ) : void
SaveToDisk ( ) : void
SetDevice ( IntPtr device ) : void
SetTime ( long nsSampleTime ) : void

Protected Methods

Method Description
LoadAdvancedSettings ( Settings xmlreader ) : void

Method Details

DelayMinus() public method

public DelayMinus ( ) : void
return void

DelayPlus() public method

public DelayPlus ( ) : void
return void

FreeSubtitles() public method

public FreeSubtitles ( ) : void
return void

GetCount() public method

public GetCount ( ) : int
return int

GetLanguage() public method

public GetLanguage ( int i ) : string
i int
return string

GetSubtitleName() public method

public GetSubtitleName ( int i ) : string
i int
return string

IsModified() public method

public IsModified ( ) : bool
return bool

LoadAdvancedSettings() protected method

protected LoadAdvancedSettings ( Settings xmlreader ) : void
xmlreader Settings
return void

LoadSubtitles() public method

public LoadSubtitles ( IGraphBuilder graphBuilder, string filename ) : bool
graphBuilder IGraphBuilder
filename string
return bool

Render() public method

public Render ( Rectangle subsRect, Rectangle frameRect, int xOffsetInPixels ) : void
subsRect System.Drawing.Rectangle
frameRect System.Drawing.Rectangle
xOffsetInPixels int
return void

SaveToDisk() public method

public SaveToDisk ( ) : void
return void

SetDevice() public method

public SetDevice ( IntPtr device ) : void
device System.IntPtr
return void

SetTime() public method

public SetTime ( long nsSampleTime ) : void
nsSampleTime long
return void