AudioStreamPlayer

Inherits: Node < Object

Category: Core

Brief Description

Member Functions

String get_bus ( ) const
int get_mix_target ( ) const
float get_pos ( )
AudioStream get_stream ( ) const
float get_volume_db ( ) const
bool is_autoplay_enabled ( )
bool is_playing ( ) const
void play ( float from_pos=0.0 )
void seek ( float to_pos )
void set_autoplay ( bool enable )
void set_bus ( String bus )
void set_mix_target ( int mix_target )
void set_stream ( AudioStream stream )
void set_volume_db ( float volume_db )
void stop ( )

Signals

  • finished ( )

Member Variables

Member Function Description

  • int get_mix_target ( ) const
  • float get_volume_db ( ) const
  • bool is_autoplay_enabled ( )
  • bool is_playing ( ) const
  • void play ( float from_pos=0.0 )
  • void seek ( float to_pos )
  • void set_autoplay ( bool enable )
  • void set_mix_target ( int mix_target )
  • void set_volume_db ( float volume_db )
  • void stop ( )