Animation.audioTrackInsertKey

Inserts an Audio Track key at the given time in seconds. The track_idx must be the index of an Audio Track. stream is the AudioStream resource to play. start_offset is the number of seconds cut off at the beginning of the audio stream, while end_offset is at the ending.

struct Animation
@nogc nothrow
long
audioTrackInsertKey
(
in long track_idx
,
in double time
,,
in double start_offset = 0
,
in double end_offset = 0
)

Meta