C# Class MediaPortal.Player.Subtitles.MpcEngine.MpcSubtitles

Show file Open project: MediaPortal/MediaPortal-1

Private Methods

Method Description
FreeSubtitles ( ) : void
GetCount ( ) : int
GetCurrent ( ) : int
GetDelay ( ) : int
GetEnable ( ) : bool
GetLanguage ( int i ) : string
GetTrackName ( int i ) : string
IsModified ( ) : bool
LoadSubtitles ( IntPtr d3DDev, Size size, string filename, IGraphBuilder graphBuilder, string paths, int lcidCI ) : bool
Render ( int x, int y, int width, int height, int xOffsetInPixels ) : void
SaveToDisk ( ) : void
SetAdvancedOptions ( int subPicsBufferAhead, Size textureSize, bool pow2tex, bool disableAnimation ) : void
SetCurrent ( int current ) : void
SetDefaultStyle ( [ style, bool overrideUserStyle ) : void
SetDelay ( int delay_ms ) : void
SetDevice ( IntPtr d3DDev ) : bool
SetEnable ( bool enable ) : void
SetShowForcedOnly ( bool onlyShowForcedSubs ) : void
SetTime ( long nsSampleTime ) : void