TimeRef

final case
class TimeRef(span: HasStart, offset: Long) extends Option
Companion
object
trait Serializable
trait Product
trait Equals
trait Option
class Object
trait Matchable
class Any

Value members

Concrete methods

def child(that: SpanLike): Option
def frame: Long
def hasEnded: Boolean
def isDefined: Boolean
def shift(deltaFrames: Long): TimeRef
override
def toString: String
Definition Classes
Any
def updateOffset(newOffset: Long): TimeRef

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product