Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MPlayer
Info
Track
Chapter
C# Class MPlayer.Info.Track.Chapter
Stores chapter's start time and name
ファイルを表示
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