BoundaryDetail

@Serializable
data class BoundaryDetail(val offset: Int, val duration: Int)

Data class representing the details of a boundary.

Constructors

Link copied to clipboard
constructor(offset: Int, duration: Int)

Properties

Link copied to clipboard

Indicates the duration, in seconds, of the boundary.

Link copied to clipboard
val offset: Int

Indicates the offset, in seconds, of the boundary.