Animation.audioTrackGetKeyStartOffset

Returns the start offset of the key identified by key_idx. The track_idx must be the index of an Audio Track. Start offset is the number of seconds cut off at the beginning of the audio stream.

struct Animation
@nogc nothrow const
double
audioTrackGetKeyStartOffset
(
in long track_idx
,
in long key_idx
)

Meta