Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.id3
/
ChapterTocFrame
Chapter
Toc
Frame
open
class
ChapterTocFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Chapter
Toc
Frame
Link copied to clipboard
open
fun
ChapterTocFrame
(
elementId
:
String
,
isRoot
:
Boolean
,
isOrdered
:
Boolean
,
children
:
Array
<
String
>
,
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
children
Link copied to clipboard
val
children
:
Array
<
String
>
Content copied to clipboard
elementId
Link copied to clipboard
val
elementId
:
String
Content copied to clipboard
ID
Link copied to clipboard
val
ID
:
String
Content copied to clipboard
isOrdered
Link copied to clipboard
val
isOrdered
:
Boolean
Content copied to clipboard
isRoot
Link copied to clipboard
val
isRoot
:
Boolean
Content copied to clipboard