class_videoplayer - dragonsoulz/godot GitHub Wiki
VideoPlayer
####Inherits: Control ####Category: Core
Brief Description
Member Functions
- 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