final case classDuration() extends GE.Lazy with ScalarRated with Product with Serializable
Total duration of proc in seconds. If proc was started midway through, this is still its total
length. To gather for how long it's going to play, use Duration() - Offset().
Total duration of proc in seconds. If proc was started midway through, this is still its total length. To gather for how long it's going to play, use
Duration() - Offset()
.