AudioStreamPlaybackPolyphonic
Inherits: AudioStreamPlayback < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
is_stream_playing ( int stream ) const |
|
play_stream ( AudioStream stream, float from_offset=0, float volume_db=0, float pitch_scale=1.0, PlaybackType playback_type=0, StringName bus=&”Master” ) |
|
void |
set_stream_pitch_scale ( int stream, float pitch_scale ) |
void |
set_stream_volume ( int stream, float volume_db ) |
void |
stop_stream ( int stream ) |
Constants
INVALID_ID = -1
There is currently no description for this constant. Please help us by contributing one!
Method Descriptions
bool is_stream_playing ( int stream ) const
There is currently no description for this method. Please help us by contributing one!
int play_stream ( AudioStream stream, float from_offset=0, float volume_db=0, float pitch_scale=1.0, PlaybackType playback_type=0, StringName bus=&”Master” )
There is currently no description for this method. Please help us by contributing one!
void set_stream_pitch_scale ( int stream, float pitch_scale )
There is currently no description for this method. Please help us by contributing one!
void set_stream_volume ( int stream, float volume_db )
There is currently no description for this method. Please help us by contributing one!
void stop_stream ( int stream )
There is currently no description for this method. Please help us by contributing one!