C# Class JarrettVance.ChapterTools.ChapterInfo

Afficher le fichier Open project: jarrettv/ChapterGrabber Class Usage Examples

Méthodes publiques

Свойство Type Description
CgNs System.Xml.Linq.XNamespace

Méthodes publiques

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

Méthode Description
RemoveStandardChapterNameText ( string str ) : string

Method Details

ChangeFps() public méthode

public ChangeFps ( double fps ) : void
fps double
Résultat void

ChapterInfo() public méthode

public ChapterInfo ( ) : System
Résultat System

HasNames() public méthode

public HasNames ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( System.Xml.Linq.XElement root ) : ChapterInfo
root System.Xml.Linq.XElement
Résultat ChapterInfo

Load() public static méthode

public static Load ( XmlReader r ) : ChapterInfo
r XmlReader
Résultat ChapterInfo

Load() public static méthode

public static Load ( string filename ) : ChapterInfo
filename string
Résultat ChapterInfo

NamesNeedPopulated() public méthode

public NamesNeedPopulated ( ) : bool
Résultat bool

Save() public méthode

public Save ( XmlWriter x ) : void
x System.Xml.XmlWriter
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

SaveCelltimes() public méthode

public SaveCelltimes ( string filename ) : void
filename string
Résultat void

SaveQpfile() public méthode

public SaveQpfile ( string filename ) : void
filename string
Résultat void

SaveText() public méthode

public SaveText ( string filename ) : void
filename string
Résultat void

SaveTimecodes() public méthode

public SaveTimecodes ( string filename ) : void
filename string
Résultat void

SaveTsmuxerMeta() public méthode

public SaveTsmuxerMeta ( string filename ) : void
filename string
Résultat void

SaveXml() public méthode

public SaveXml ( string filename ) : void
filename string
Résultat void

Similarity() public méthode

public Similarity ( ChapterInfo other ) : float
other ChapterInfo
Résultat float

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXElement() public méthode

public ToXElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Property Details

CgNs public_oe static_oe property

public static XNamespace,System.Xml.Linq CgNs
Résultat System.Xml.Linq.XNamespace