Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.id3
/
ChapterFrame
Chapter
Frame
open
class
ChapterFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Chapter
Frame
Link copied to clipboard
open
fun
ChapterFrame
(
chapterId
:
String
,
startTimeMs
:
Int
,
endTimeMs
:
Int
,
startOffset
:
Long
,
endOffset
:
Long
,
subFrames
:
Array
<
Id3Frame
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Sub
Frame
Link copied to clipboard
open
fun
getSubFrame
(
index
:
Int
)
:
Id3Frame
Content copied to clipboard
get
Sub
Frame
Count
Link copied to clipboard
open
fun
getSubFrameCount
(
)
:
Int
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
chapterId
Link copied to clipboard
val
chapterId
:
String
Content copied to clipboard
endOffset
Link copied to clipboard
val
endOffset
:
Long
Content copied to clipboard
endTimeMs
Link copied to clipboard
val
endTimeMs
:
Int
Content copied to clipboard
ID
Link copied to clipboard
val
ID
:
String
Content copied to clipboard
startOffset
Link copied to clipboard
val
startOffset
:
Long
Content copied to clipboard
startTimeMs
Link copied to clipboard
val
startTimeMs
:
Int
Content copied to clipboard
subFrames
Link copied to clipboard
val
subFrames
:
Array
<
Id3Frame
>
Content copied to clipboard