AudioStreamPlayer
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
|
void |
|
void |
stop ( ) |
Signals
finished ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum MixTarget:
MixTarget MIX_TARGET_STEREO = 0
There is currently no description for this enum. Please help us by contributing one!
MixTarget MIX_TARGET_SURROUND = 1
There is currently no description for this enum. Please help us by contributing one!
MixTarget MIX_TARGET_CENTER = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
bool autoplay = false
There is currently no description for this property. Please help us by contributing one!
StringName bus = &"Master"
void set_bus ( StringName value )
StringName get_bus ( )
There is currently no description for this property. Please help us by contributing one!
int max_polyphony = 1
There is currently no description for this property. Please help us by contributing one!
MixTarget mix_target = 0
There is currently no description for this property. Please help us by contributing one!
float pitch_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
PlaybackType playback_type = 0
void set_playback_type ( PlaybackType value )
PlaybackType get_playback_type ( )
There is currently no description for this property. Please help us by contributing one!
bool playing = false
bool is_playing ( )
There is currently no description for this property. Please help us by contributing one!
AudioStream stream
void set_stream ( AudioStream value )
AudioStream get_stream ( )
There is currently no description for this property. Please help us by contributing one!
bool stream_paused = false
There is currently no description for this property. Please help us by contributing one!
float volume_db = 0.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
float get_playback_position ( )
There is currently no description for this method. Please help us by contributing one!
AudioStreamPlayback get_stream_playback ( )
There is currently no description for this method. Please help us by contributing one!
bool has_stream_playback ( )
There is currently no description for this method. Please help us by contributing one!
void play ( float from_position=0.0 )
There is currently no description for this method. Please help us by contributing one!
void seek ( float to_position )
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!