Click or drag to resize

AnimationAudioTrackGetKeyEndOffset Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float AudioTrackGetKeyEndOffset(
	int trackIdx,
	int keyIdx
)

Parameters

trackIdx
Type: SystemInt32

[Missing <param name="trackIdx"/> documentation for "M:Godot.Animation.AudioTrackGetKeyEndOffset(System.Int32,System.Int32)"]

keyIdx
Type: SystemInt32

[Missing <param name="keyIdx"/> documentation for "M:Godot.Animation.AudioTrackGetKeyEndOffset(System.Int32,System.Int32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Animation.AudioTrackGetKeyEndOffset(System.Int32,System.Int32)"]

See Also