Animation.audioTrackSetKeyEndOffset

Sets the end offset of the key identified by key_idx to value offset. The track_idx must be the index of an Audio Track.

struct Animation
@nogc nothrow
void
audioTrackSetKeyEndOffset
(
in long track_idx
,
in long key_idx
,
in double offset
)

Meta