ChapterFrame

data class ChapterFrame(val chapterId: String, val startTimeMs: Int, val endTimeMs: Int, val startOffset: Long, val endOffset: Long, val subFrames: Array<Id3Frame>) : Id3Frame

Constructors

Link copied to clipboard
constructor(chapterId: String, startTimeMs: Int, endTimeMs: Int, startOffset: Long, endOffset: Long, subFrames: Array<Id3Frame>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getSubFrame(index: Int): Id3Frame?
Link copied to clipboard
open override fun hashCode(): Int