SdpTiming

data class SdpTiming(val start: Long, val stop: Long)

Constructors

Link copied to clipboard
constructor(start: Long, stop: Long)

Properties

Link copied to clipboard
val start: Long
Link copied to clipboard
val stop: Long