AudioStreamSample.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getData
GodotMethod!(PoolByteArray) getData;
Undocumented in source.
getFormat
GodotMethod!(AudioStreamSample.Format) getFormat;
Undocumented in source.
getLoopBegin
GodotMethod!(long) getLoopBegin;
Undocumented in source.
getLoopEnd
GodotMethod!(long) getLoopEnd;
Undocumented in source.
getLoopMode
GodotMethod!(AudioStreamSample.LoopMode) getLoopMode;
Undocumented in source.
getMixRate
GodotMethod!(long) getMixRate;
Undocumented in source.
isStereo
GodotMethod!(bool) isStereo;
Undocumented in source.
saveToWav
GodotMethod!(GodotError, String) saveToWav;
Undocumented in source.
setData
GodotMethod!(void, PoolByteArray) setData;
Undocumented in source.
setFormat
GodotMethod!(void, long) setFormat;
Undocumented in source.
setLoopBegin
GodotMethod!(void, long) setLoopBegin;
Undocumented in source.
setLoopEnd
GodotMethod!(void, long) setLoopEnd;
Undocumented in source.
setLoopMode
GodotMethod!(void, long) setLoopMode;
Undocumented in source.
setMixRate
GodotMethod!(void, long) setMixRate;
Undocumented in source.
setStereo
GodotMethod!(void, bool) setStereo;
Undocumented in source.

Meta