Player Module
/
com.bitmovin.player.api.metadata.id3
/
ChapterFrame
Chapter
Frame
open class
ChapterFrame
:
Id3Frame
Content copied to clipboard
Constructors
Functions
Inherited functions
Properties
Constructors
ChapterFrame
Link copied to clipboard
open fun
ChapterFrame
(chapterId:
String
, startTimeMs:
Int
, endTimeMs:
Int
, startOffset:
Long
, endOffset:
Long
, subFrames:
Array
<
Id3Frame
>)
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
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