C# Class MPlayer.Info.Track.Chapter

Stores chapter's start time and name
Afficher le fichier Open project: godly-devotion/Baka-MPlayer-old

Méthodes publiques

Свойство Type Description
ChapterName string
StartTime long

Méthodes publiques

Méthode Description
Chapter ( )
Chapter ( long startTime, string chapterName )

Method Details

Chapter() public méthode

public Chapter ( )

Chapter() public méthode

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

Property Details

ChapterName public_oe property

public string ChapterName
Résultat string

StartTime public_oe property

In miliseconds
public long StartTime
Résultat long