VideoStreamPlayer
Inherits: Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_stream_length ( ) const |
|
get_stream_name ( ) const |
|
get_video_texture ( ) const |
|
is_playing ( ) const |
|
void |
play ( ) |
void |
stop ( ) |
Signals
finished ( )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
int audio_track = 0
There is currently no description for this property. Please help us by contributing one!
bool autoplay = false
There is currently no description for this property. Please help us by contributing one!
int buffering_msec = 500
There is currently no description for this property. Please help us by contributing one!
StringName bus = &"Master"
void set_bus ( StringName value )
StringName get_bus ( )
There is currently no description for this property. Please help us by contributing one!
bool expand = false
There is currently no description for this property. Please help us by contributing one!
bool loop = false
There is currently no description for this property. Please help us by contributing one!
bool paused = false
There is currently no description for this property. Please help us by contributing one!
VideoStream stream
void set_stream ( VideoStream value )
VideoStream get_stream ( )
There is currently no description for this property. Please help us by contributing one!
float stream_position
There is currently no description for this property. Please help us by contributing one!
float volume
There is currently no description for this property. Please help us by contributing one!
float volume_db = 0.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
float get_stream_length ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_stream_name ( ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D get_video_texture ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_playing ( ) const
There is currently no description for this method. Please help us by contributing one!
void play ( )
There is currently no description for this method. Please help us by contributing one!
void stop ( )
There is currently no description for this method. Please help us by contributing one!