VideoStreamPlayback

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

int

_get_channels ( ) virtual const

float

_get_length ( ) virtual const

int

_get_mix_rate ( ) virtual const

float

_get_playback_position ( ) virtual const

Texture2D

_get_texture ( ) virtual const

bool

_is_paused ( ) virtual const

bool

_is_playing ( ) virtual const

void

_play ( ) virtual

void

_seek ( float time ) virtual

void

_set_audio_track ( int idx ) virtual

void

_set_paused ( bool paused ) virtual

void

_stop ( ) virtual

void

_update ( float delta ) virtual

int

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!