ChapterInfo

data class ChapterInfo(val startPositionTicks: Long, val name: String? = null, val imagePath: String? = null, val imageDateModified: DateTime, val imageTag: String? = null)

Class ChapterInfo.

Constructors

Link copied to clipboard
constructor(startPositionTicks: Long, name: String? = null, imagePath: String? = null, imageDateModified: DateTime, imageTag: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val imagePath: String? = null

The image path.

Link copied to clipboard
val imageTag: String? = null
Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard

The start position ticks.