C# Class JarrettVance.ChapterTools.Extractors.XplExtractor

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

Méthodes publiques

Méthode Description
GetStreams ( string location ) : List

Méthodes protégées

Méthode Description
GetFps ( string fps ) : float
GetTimeSpan ( string timeSpan, float timeBase, float tickBase, int tickBaseDivisor ) : System.TimeSpan

Method Details

GetFps() protected static méthode

protected static GetFps ( string fps ) : float
fps string
Résultat float

GetStreams() public méthode

public GetStreams ( string location ) : List
location string
Résultat List

GetTimeSpan() protected static méthode

protected static GetTimeSpan ( string timeSpan, float timeBase, float tickBase, int tickBaseDivisor ) : System.TimeSpan
timeSpan string
timeBase float
tickBase float
tickBaseDivisor int
Résultat System.TimeSpan