Animation.audioTrackSetKeyStartOffset

Sets the start 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
audioTrackSetKeyStartOffset
(
in long track_idx
,
in long key_idx
,
in double offset
)

Meta