AudioStreamPlayer.GDNativeClassBinding

Undocumented in source.
struct AudioStreamPlayer
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_busLayoutChanged
GodotMethod!(void) _busLayoutChanged;
Undocumented in source.
_isActive
GodotMethod!(bool) _isActive;
Undocumented in source.
_setPlaying
GodotMethod!(void, bool) _setPlaying;
Undocumented in source.
getBus
GodotMethod!(String) getBus;
Undocumented in source.
getMixTarget
GodotMethod!(AudioStreamPlayer.MixTarget) getMixTarget;
Undocumented in source.
getPitchScale
GodotMethod!(double) getPitchScale;
Undocumented in source.
getPlaybackPosition
GodotMethod!(double) getPlaybackPosition;
Undocumented in source.
getStream
GodotMethod!(AudioStream) getStream;
Undocumented in source.
getStreamPaused
GodotMethod!(bool) getStreamPaused;
Undocumented in source.
getStreamPlayback
GodotMethod!(AudioStreamPlayback) getStreamPlayback;
Undocumented in source.
getVolumeDb
GodotMethod!(double) getVolumeDb;
Undocumented in source.
isAutoplayEnabled
GodotMethod!(bool) isAutoplayEnabled;
Undocumented in source.
isPlaying
GodotMethod!(bool) isPlaying;
Undocumented in source.
play
GodotMethod!(void, double) play;
Undocumented in source.
seek
GodotMethod!(void, double) seek;
Undocumented in source.
setAutoplay
GodotMethod!(void, bool) setAutoplay;
Undocumented in source.
setBus
GodotMethod!(void, String) setBus;
Undocumented in source.
setMixTarget
GodotMethod!(void, long) setMixTarget;
Undocumented in source.
setPitchScale
GodotMethod!(void, double) setPitchScale;
Undocumented in source.
setStream
GodotMethod!(void, AudioStream) setStream;
Undocumented in source.
setStreamPaused
GodotMethod!(void, bool) setStreamPaused;
Undocumented in source.
setVolumeDb
GodotMethod!(void, double) setVolumeDb;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta