####Inherits: Node ####Category: Core
- void set_stream ( Stream stream )
- Stream get_stream ( ) const
- void play ( )
- void stop ( )
- bool is_playing ( ) const
- void set_paused ( bool paused )
- bool is_paused ( ) const
- void set_loop ( bool enabled )
- bool has_loop ( ) const
- void set_volume ( real volume )
- real get_volume ( ) const
- void set_pitch_scale ( real pitch_scale )
- real get_pitch_scale ( ) const
- void set_tempo_scale ( real tempo_scale )
- real get_tempo_scale ( ) const
- void set_volume_db ( real db )
- real get_volume_db ( ) const
- String get_stream_name ( ) const
- int get_loop_count ( ) const
- real get_pos ( ) const
- void seek_pos ( real time )
- void set_autoplay ( bool enabled )
- bool has_autoplay ( ) const
- void set_channel_volume ( int idx, real channel_volume )
- real get_channel_volumeidx ( int arg0 ) const
- real get_length ( ) const
- real get_channel_last_note_time ( int arg0 ) const