C# Class JarrettVance.ChapterTools.ChapterInfo

Mostra file Open project: jarrettv/ChapterGrabber Class Usage Examples

Public Properties

Property Type Description
CgNs System.Xml.Linq.XNamespace

Public Methods

Method Description
ChangeFps ( double fps ) : void
ChapterInfo ( ) : System
HasNames ( ) : bool
Load ( System.Xml.Linq.XElement root ) : ChapterInfo
Load ( XmlReader r ) : ChapterInfo
Load ( string filename ) : ChapterInfo
NamesNeedPopulated ( ) : bool
Save ( XmlWriter x ) : void
Save ( string filename ) : void
SaveCelltimes ( string filename ) : void
SaveQpfile ( string filename ) : void
SaveText ( string filename ) : void
SaveTimecodes ( string filename ) : void
SaveTsmuxerMeta ( string filename ) : void
SaveXml ( string filename ) : void
Similarity ( ChapterInfo other ) : float
ToString ( ) : string
ToXElement ( ) : System.Xml.Linq.XElement

Private Methods

Method Description
RemoveStandardChapterNameText ( string str ) : string

Method Details

ChangeFps() public method

public ChangeFps ( double fps ) : void
fps double
return void

ChapterInfo() public method

public ChapterInfo ( ) : System
return System

HasNames() public method

public HasNames ( ) : bool
return bool

Load() public static method

public static Load ( System.Xml.Linq.XElement root ) : ChapterInfo
root System.Xml.Linq.XElement
return ChapterInfo

Load() public static method

public static Load ( XmlReader r ) : ChapterInfo
r XmlReader
return ChapterInfo

Load() public static method

public static Load ( string filename ) : ChapterInfo
filename string
return ChapterInfo

NamesNeedPopulated() public method

public NamesNeedPopulated ( ) : bool
return bool

Save() public method

public Save ( XmlWriter x ) : void
x System.Xml.XmlWriter
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

SaveCelltimes() public method

public SaveCelltimes ( string filename ) : void
filename string
return void

SaveQpfile() public method

public SaveQpfile ( string filename ) : void
filename string
return void

SaveText() public method

public SaveText ( string filename ) : void
filename string
return void

SaveTimecodes() public method

public SaveTimecodes ( string filename ) : void
filename string
return void

SaveTsmuxerMeta() public method

public SaveTsmuxerMeta ( string filename ) : void
filename string
return void

SaveXml() public method

public SaveXml ( string filename ) : void
filename string
return void

Similarity() public method

public Similarity ( ChapterInfo other ) : float
other ChapterInfo
return float

ToString() public method

public ToString ( ) : string
return string

ToXElement() public method

public ToXElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Property Details

CgNs public_oe static_oe property

public static XNamespace,System.Xml.Linq CgNs
return System.Xml.Linq.XNamespace