C# Class MPlayer.Info.Track.Chapter

Stores chapter's start time and name
Mostrar archivo Open project: godly-devotion/Baka-MPlayer-old

Public Properties

Property Type Description
ChapterName string
StartTime long

Public Methods

Method Description
Chapter ( )
Chapter ( long startTime, string chapterName )

Method Details

Chapter() public method

public Chapter ( )

Chapter() public method

public Chapter ( long startTime, string chapterName )
startTime long
chapterName string

Property Details

ChapterName public_oe property

public string ChapterName
return string

StartTime public_oe property

In miliseconds
public long StartTime
return long