Animation.audioTrackGetKeyEndOffset

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

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

Meta