Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MPlayer
Info
Track
Chapter
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