struct

SF::Music::Span(T)

Inherits Struct / Value / Object

Constructors

new(offset : T = T.zero, length : T = T.zero)
Source

Instance methods

length

The length of the time range

Source
length=(length : T)

The length of the time range

Source
offset

The beginning offset of the time range

Source
offset=(offset : T)

The beginning offset of the time range

Source