VideoStreamPlayback
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
_get_channels ( ) virtual const |
|
_get_length ( ) virtual const |
|
_get_mix_rate ( ) virtual const |
|
_get_playback_position ( ) virtual const |
|
_get_texture ( ) virtual const |
|
_is_paused ( ) virtual const |
|
_is_playing ( ) virtual const |
|
void |
_play ( ) virtual |
void |
|
void |
_set_audio_track ( int idx ) virtual |
void |
_set_paused ( bool paused ) virtual |
void |
_stop ( ) virtual |
void |
|
mix_audio ( int num_frames, PackedFloat32Array buffer=PackedFloat32Array(), int offset=0 ) |
Method Descriptions
int _get_channels ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _get_length ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_mix_rate ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
float _get_playback_position ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Texture2D _get_texture ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_paused ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _is_playing ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
void _play ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _seek ( float time ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_audio_track ( int idx ) virtual
There is currently no description for this method. Please help us by contributing one!
void _set_paused ( bool paused ) virtual
There is currently no description for this method. Please help us by contributing one!
void _stop ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _update ( float delta ) virtual
There is currently no description for this method. Please help us by contributing one!
int mix_audio ( int num_frames, PackedFloat32Array buffer=PackedFloat32Array(), int offset=0 )
There is currently no description for this method. Please help us by contributing one!