Methods Summary |
---|
public boolean | beginElement()Causes this element to begin the local timeline (subject to sync
constraints).
|
public boolean | beginElementAt(float offset)Causes this element to begin the local timeline (subject to sync
constraints), at the passed offset from the current time when the
method is called. If the offset is >= 0, the semantics are
equivalent to an event-base begin with the specified offset. If the
offset is < 0, the semantics are equivalent to beginElement(), but
the element active duration is evaluated as though the element had
begun at the passed (negative) offset from the current time when the
method is called.
|
public boolean | endElement()Causes this element to end the local timeline (subject to sync
constraints).
|
public boolean | endElementAt(float offset)Causes this element to end the local timeline (subject to sync
constraints) at the specified offset from the current time when the
method is called.
|