Player Module
/
com.bitmovin.player.api.metadata.id3
/
ChapterTocFrame
Chapter
Toc
Frame
open class
ChapterTocFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Inherited functions
Properties
Constructors
ChapterTocFrame
Link copied to clipboard
open fun
ChapterTocFrame
(elementId:
String
, isRoot:
Boolean
, isOrdered:
Boolean
, children:
Array
<
String
>, subFrames:
Array
<
Id3Frame
>)
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
Functions
equals
Link copied to clipboard
open fun
equals
(o:
Any
):
Boolean
Content copied to clipboard
getSubFrame
Link copied to clipboard
open fun
getSubFrame
(index:
Int
):
Id3Frame
Content copied to clipboard
getSubFrameCount
Link copied to clipboard
open fun
getSubFrameCount
():
Int
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
Inherited functions
getType
Link copied to clipboard
open fun
getType
():
String
Content copied to clipboard