forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_eventplayer
reduz edited this page Oct 15, 2014
·
10 revisions
####Inherits: Node ####Category: Core
- void set_stream ( EventStream stream )
- EventStream 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 ( float volume )
- float get_volume ( ) const
- void set_pitch_scale ( float pitch_scale )
- float get_pitch_scale ( ) const
- void set_tempo_scale ( float tempo_scale )
- float get_tempo_scale ( ) const
- void set_volume_db ( float db )
- float get_volume_db ( ) const
- String get_stream_name ( ) const
- int get_loop_count ( ) const
- float get_pos ( ) const
- void seek_pos ( float time )
- void set_autoplay ( bool enabled )
- bool has_autoplay ( ) const
- void set_channel_volume ( int idx, float channel_volume )
- float get_channel_volumeidx ( int arg0 ) const
- float get_length ( ) const
- float get_channel_last_note_time ( int arg0 ) const