C# Class JarrettVance.ChapterTools.Extractors.XplExtractor

Inheritance: ChapterExtractor
Show file Open project: jarrettv/ChapterGrabber Class Usage Examples

Public Methods

Method Description
GetStreams ( string location ) : List

Protected Methods

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

Method Details

GetFps() protected static method

protected static GetFps ( string fps ) : float
fps string
return float

GetStreams() public method

public GetStreams ( string location ) : List
location string
return List

GetTimeSpan() protected static method

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