SegmentInfo

data class SegmentInfo(val index: Int, val startTimeMs: Long, val endTimeMs: Long, val filePath: String?)

Metadata for a recorded segment within a session.

Constructors

Link copied to clipboard
constructor(index: Int, startTimeMs: Long, endTimeMs: Long, filePath: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard