C# Class MediaPortal.Player.Subtitles.MpcEngine

Inheritance: MediaPortal.Player.Subtitles.SubSettings, ISubEngine
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
LoadAdvancedSettings ( Settings xmlreader ) : void

Method Details

DelayMinus() public méthode

public DelayMinus ( ) : void
Résultat void

DelayPlus() public méthode

public DelayPlus ( ) : void
Résultat void

FreeSubtitles() public méthode

public FreeSubtitles ( ) : void
Résultat void

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetLanguage() public méthode

public GetLanguage ( int i ) : string
i int
Résultat string

GetSubtitleName() public méthode

public GetSubtitleName ( int i ) : string
i int
Résultat string

IsModified() public méthode

public IsModified ( ) : bool
Résultat bool

LoadAdvancedSettings() protected méthode

protected LoadAdvancedSettings ( Settings xmlreader ) : void
xmlreader Settings
Résultat void

LoadSubtitles() public méthode

public LoadSubtitles ( IGraphBuilder graphBuilder, string filename ) : bool
graphBuilder IGraphBuilder
filename string
Résultat bool

Render() public méthode

public Render ( Rectangle subsRect, Rectangle frameRect, int xOffsetInPixels ) : void
subsRect System.Drawing.Rectangle
frameRect System.Drawing.Rectangle
xOffsetInPixels int
Résultat void

SaveToDisk() public méthode

public SaveToDisk ( ) : void
Résultat void

SetDevice() public méthode

public SetDevice ( IntPtr device ) : void
device System.IntPtr
Résultat void

SetTime() public méthode

public SetTime ( long nsSampleTime ) : void
nsSampleTime long
Résultat void