Click or drag to resize

AudioStreamSampleLoopBegin Property

The loop start point (in number of samples, relative to the beginning of the sample). This information will be imported automatically from the WAV file if present.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int LoopBegin { get; set; }

Property Value

Type: Int32
See Also