forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_videoplayer
reduz edited this page Nov 14, 2014
·
10 revisions
####Inherits: Control ####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_volume ( float volume )
- float get_volume ( ) const
- void set_volume_db ( float db )
- float get_volume_db ( ) const
- String get_stream_name ( ) const
- float get_stream_pos ( ) const
- void set_autoplay ( bool enabled )
- bool has_autoplay ( ) const
- void set_expand ( bool enable )
- bool has_expand ( ) const