.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/VideoStreamPlayer.xml. .. _class_VideoStreamPlayer: VideoStreamPlayer ================= **Inherits:** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`int` | :ref:`audio_track` | ``0`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`autoplay` | ``false`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`int` | :ref:`buffering_msec` | ``500`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`StringName` | :ref:`bus` | ``&"Master"`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`expand` | ``false`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`loop` | ``false`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`bool` | :ref:`paused` | ``false`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`VideoStream` | :ref:`stream` | | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`float` | :ref:`stream_position` | | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`float` | :ref:`volume` | | +---------------------------------------+--------------------------------------------------------------------------+---------------+ | :ref:`float` | :ref:`volume_db` | ``0.0`` | +---------------------------------------+--------------------------------------------------------------------------+---------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_stream_length` **(** **)** |const| | +-----------------------------------+------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_stream_name` **(** **)** |const| | +-----------------------------------+------------------------------------------------------------------------------------------------+ | :ref:`Texture2D` | :ref:`get_video_texture` **(** **)** |const| | +-----------------------------------+------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_playing` **(** **)** |const| | +-----------------------------------+------------------------------------------------------------------------------------------------+ | void | :ref:`play` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------+ | void | :ref:`stop` **(** **)** | +-----------------------------------+------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_VideoStreamPlayer_signal_finished: .. rst-class:: classref-signal **finished** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_VideoStreamPlayer_property_audio_track: .. rst-class:: classref-property :ref:`int` **audio_track** = ``0`` .. rst-class:: classref-property-setget - void **set_audio_track** **(** :ref:`int` value **)** - :ref:`int` **get_audio_track** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_autoplay: .. rst-class:: classref-property :ref:`bool` **autoplay** = ``false`` .. rst-class:: classref-property-setget - void **set_autoplay** **(** :ref:`bool` value **)** - :ref:`bool` **has_autoplay** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_buffering_msec: .. rst-class:: classref-property :ref:`int` **buffering_msec** = ``500`` .. rst-class:: classref-property-setget - void **set_buffering_msec** **(** :ref:`int` value **)** - :ref:`int` **get_buffering_msec** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_bus: .. rst-class:: classref-property :ref:`StringName` **bus** = ``&"Master"`` .. rst-class:: classref-property-setget - void **set_bus** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_bus** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_expand: .. rst-class:: classref-property :ref:`bool` **expand** = ``false`` .. rst-class:: classref-property-setget - void **set_expand** **(** :ref:`bool` value **)** - :ref:`bool` **has_expand** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_loop: .. rst-class:: classref-property :ref:`bool` **loop** = ``false`` .. rst-class:: classref-property-setget - void **set_loop** **(** :ref:`bool` value **)** - :ref:`bool` **has_loop** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_paused: .. rst-class:: classref-property :ref:`bool` **paused** = ``false`` .. rst-class:: classref-property-setget - void **set_paused** **(** :ref:`bool` value **)** - :ref:`bool` **is_paused** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_stream: .. rst-class:: classref-property :ref:`VideoStream` **stream** .. rst-class:: classref-property-setget - void **set_stream** **(** :ref:`VideoStream` value **)** - :ref:`VideoStream` **get_stream** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_stream_position: .. rst-class:: classref-property :ref:`float` **stream_position** .. rst-class:: classref-property-setget - void **set_stream_position** **(** :ref:`float` value **)** - :ref:`float` **get_stream_position** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_volume: .. rst-class:: classref-property :ref:`float` **volume** .. rst-class:: classref-property-setget - void **set_volume** **(** :ref:`float` value **)** - :ref:`float` **get_volume** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_property_volume_db: .. rst-class:: classref-property :ref:`float` **volume_db** = ``0.0`` .. rst-class:: classref-property-setget - void **set_volume_db** **(** :ref:`float` value **)** - :ref:`float` **get_volume_db** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_VideoStreamPlayer_method_get_stream_length: .. rst-class:: classref-method :ref:`float` **get_stream_length** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_method_get_stream_name: .. rst-class:: classref-method :ref:`String` **get_stream_name** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_method_get_video_texture: .. rst-class:: classref-method :ref:`Texture2D` **get_video_texture** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_method_is_playing: .. rst-class:: classref-method :ref:`bool` **is_playing** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_method_play: .. rst-class:: classref-method void **play** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_VideoStreamPlayer_method_stop: .. rst-class:: classref-method void **stop** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`