ChapterFrame

open class ChapterFrame : Id3Frame

Constructors

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

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getSubFrame(index: Int): Id3Frame
Link copied to clipboard
open fun getSubFrameCount(): Int
Link copied to clipboard
open fun hashCode(): Int

Properties

Link copied to clipboard
val chapterId: String
Link copied to clipboard
val endOffset: Long
Link copied to clipboard
val endTimeMs: Int
Link copied to clipboard
val ID: String
Link copied to clipboard
val startOffset: Long
Link copied to clipboard
val startTimeMs: Int
Link copied to clipboard
val subFrames: Array<Id3Frame>