VideoPlayer¶
Inherits: Control < CanvasItem < Node < Object
Category: Core
Brief Description¶
Member Functions¶
int | get_audio_track ( ) const |
int | get_buffering_msec ( ) const |
VideoStream | get_stream ( ) const |
String | get_stream_name ( ) const |
float | get_stream_pos ( ) const |
Texture | get_video_texture ( ) |
float | get_volume ( ) const |
float | get_volume_db ( ) const |
bool | has_autoplay ( ) const |
bool | has_expand ( ) const |
bool | is_paused ( ) const |
bool | is_playing ( ) const |
void | play ( ) |
void | set_audio_track ( int track ) |
void | set_autoplay ( bool enabled ) |
void | set_buffering_msec ( int msec ) |
void | set_expand ( bool enable ) |
void | set_paused ( bool paused ) |
void | set_stream ( VideoStream stream ) |
void | set_volume ( float volume ) |
void | set_volume_db ( float db ) |
void | stop ( ) |
Member Function Description¶
- int get_audio_track ( ) const
- int get_buffering_msec ( ) const
- VideoStream get_stream ( ) const
- String get_stream_name ( ) const
- float get_stream_pos ( ) const
- Texture get_video_texture ( )
- float get_volume ( ) const
- float get_volume_db ( ) const
- bool has_autoplay ( ) const
- bool has_expand ( ) const
- bool is_paused ( ) const
- bool is_playing ( ) const
- void play ( )
- void set_audio_track ( int track )
- void set_autoplay ( bool enabled )
- void set_buffering_msec ( int msec )
- void set_expand ( bool enable )
- void set_paused ( bool paused )
- void set_stream ( VideoStream stream )
- void set_volume ( float volume )
- void set_volume_db ( float db )
- void stop ( )