VideoStreamPlayer

Inherits: Control < CanvasItem < Node < Object

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

Properties

int

audio_track

0

bool

autoplay

false

int

buffering_msec

500

StringName

bus

&"Master"

bool

expand

false

bool

loop

false

bool

paused

false

VideoStream

stream

float

stream_position

float

volume

float

volume_db

0.0

Methods

float

get_stream_length ( ) const

String

get_stream_name ( ) const

Texture2D

get_video_texture ( ) const

bool

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

  • void set_audio_track ( int value )

  • int get_audio_track ( )

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


bool autoplay = false

  • void set_autoplay ( bool value )

  • bool has_autoplay ( )

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


int buffering_msec = 500

  • void set_buffering_msec ( int value )

  • int get_buffering_msec ( )

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


StringName bus = &"Master"

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


bool expand = false

  • void set_expand ( bool value )

  • bool has_expand ( )

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


bool loop = false

  • void set_loop ( bool value )

  • bool has_loop ( )

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


bool paused = false

  • void set_paused ( bool value )

  • bool is_paused ( )

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


VideoStream stream

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


float stream_position

  • void set_stream_position ( float value )

  • float get_stream_position ( )

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


float volume

  • void set_volume ( float value )

  • float get_volume ( )

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


float volume_db = 0.0

  • void set_volume_db ( float value )

  • float get_volume_db ( )

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!