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