123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- :github_url: hide
- .. 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/doc/classes/VideoStreamPlayer.xml.
- .. _class_VideoStreamPlayer:
- VideoStreamPlayer
- =================
- **Inherits:** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- A control used for video playback.
- .. rst-class:: classref-introduction-group
- Description
- -----------
- A control used for playback of :ref:`VideoStream<class_VideoStream>` resources.
- Supported video formats are `Ogg Theora <https://www.theora.org/>`__ (``.ogv``, :ref:`VideoStreamTheora<class_VideoStreamTheora>`) and any format exposed via a GDExtension plugin.
- \ **Note:** Due to a bug, VideoStreamPlayer does not support localization remapping yet.
- \ **Warning:** On Web, video playback *will* perform poorly due to missing architecture-specific assembly optimizations.
- .. rst-class:: classref-introduction-group
- Tutorials
- ---------
- - :doc:`Playing videos <../tutorials/animation/playing_videos>`
- .. rst-class:: classref-reftable-group
- Properties
- ----------
- .. table::
- :widths: auto
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`int<class_int>` | :ref:`audio_track<class_VideoStreamPlayer_property_audio_track>` | ``0`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`bool<class_bool>` | :ref:`autoplay<class_VideoStreamPlayer_property_autoplay>` | ``false`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`int<class_int>` | :ref:`buffering_msec<class_VideoStreamPlayer_property_buffering_msec>` | ``500`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`StringName<class_StringName>` | :ref:`bus<class_VideoStreamPlayer_property_bus>` | ``&"Master"`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`bool<class_bool>` | :ref:`expand<class_VideoStreamPlayer_property_expand>` | ``false`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`bool<class_bool>` | :ref:`loop<class_VideoStreamPlayer_property_loop>` | ``false`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`bool<class_bool>` | :ref:`paused<class_VideoStreamPlayer_property_paused>` | ``false`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`VideoStream<class_VideoStream>` | :ref:`stream<class_VideoStreamPlayer_property_stream>` | |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`float<class_float>` | :ref:`stream_position<class_VideoStreamPlayer_property_stream_position>` | |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`float<class_float>` | :ref:`volume<class_VideoStreamPlayer_property_volume>` | |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- | :ref:`float<class_float>` | :ref:`volume_db<class_VideoStreamPlayer_property_volume_db>` | ``0.0`` |
- +---------------------------------------+--------------------------------------------------------------------------+---------------+
- .. rst-class:: classref-reftable-group
- Methods
- -------
- .. table::
- :widths: auto
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_stream_length<class_VideoStreamPlayer_method_get_stream_length>` **(** **)** |const| |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_stream_name<class_VideoStreamPlayer_method_get_stream_name>` **(** **)** |const| |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | :ref:`Texture2D<class_Texture2D>` | :ref:`get_video_texture<class_VideoStreamPlayer_method_get_video_texture>` **(** **)** |const| |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_playing<class_VideoStreamPlayer_method_is_playing>` **(** **)** |const| |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | void | :ref:`play<class_VideoStreamPlayer_method_play>` **(** **)** |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- | void | :ref:`stop<class_VideoStreamPlayer_method_stop>` **(** **)** |
- +-----------------------------------+------------------------------------------------------------------------------------------------+
- .. rst-class:: classref-section-separator
- ----
- .. rst-class:: classref-descriptions-group
- Signals
- -------
- .. _class_VideoStreamPlayer_signal_finished:
- .. rst-class:: classref-signal
- **finished** **(** **)**
- Emitted when playback is finished.
- .. rst-class:: classref-section-separator
- ----
- .. rst-class:: classref-descriptions-group
- Property Descriptions
- ---------------------
- .. _class_VideoStreamPlayer_property_audio_track:
- .. rst-class:: classref-property
- :ref:`int<class_int>` **audio_track** = ``0``
- .. rst-class:: classref-property-setget
- - void **set_audio_track** **(** :ref:`int<class_int>` value **)**
- - :ref:`int<class_int>` **get_audio_track** **(** **)**
- The embedded audio track to play.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_autoplay:
- .. rst-class:: classref-property
- :ref:`bool<class_bool>` **autoplay** = ``false``
- .. rst-class:: classref-property-setget
- - void **set_autoplay** **(** :ref:`bool<class_bool>` value **)**
- - :ref:`bool<class_bool>` **has_autoplay** **(** **)**
- If ``true``, playback starts when the scene loads.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_buffering_msec:
- .. rst-class:: classref-property
- :ref:`int<class_int>` **buffering_msec** = ``500``
- .. rst-class:: classref-property-setget
- - void **set_buffering_msec** **(** :ref:`int<class_int>` value **)**
- - :ref:`int<class_int>` **get_buffering_msec** **(** **)**
- Amount of time in milliseconds to store in buffer while playing.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_bus:
- .. rst-class:: classref-property
- :ref:`StringName<class_StringName>` **bus** = ``&"Master"``
- .. rst-class:: classref-property-setget
- - void **set_bus** **(** :ref:`StringName<class_StringName>` value **)**
- - :ref:`StringName<class_StringName>` **get_bus** **(** **)**
- Audio bus to use for sound playback.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_expand:
- .. rst-class:: classref-property
- :ref:`bool<class_bool>` **expand** = ``false``
- .. rst-class:: classref-property-setget
- - void **set_expand** **(** :ref:`bool<class_bool>` value **)**
- - :ref:`bool<class_bool>` **has_expand** **(** **)**
- If ``true``, the video scales to the control size. Otherwise, the control minimum size will be automatically adjusted to match the video stream's dimensions.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_loop:
- .. rst-class:: classref-property
- :ref:`bool<class_bool>` **loop** = ``false``
- .. rst-class:: classref-property-setget
- - void **set_loop** **(** :ref:`bool<class_bool>` value **)**
- - :ref:`bool<class_bool>` **has_loop** **(** **)**
- If ``true``, the video restarts when it reaches its end.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_paused:
- .. rst-class:: classref-property
- :ref:`bool<class_bool>` **paused** = ``false``
- .. rst-class:: classref-property-setget
- - void **set_paused** **(** :ref:`bool<class_bool>` value **)**
- - :ref:`bool<class_bool>` **is_paused** **(** **)**
- If ``true``, the video is paused.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_stream:
- .. rst-class:: classref-property
- :ref:`VideoStream<class_VideoStream>` **stream**
- .. rst-class:: classref-property-setget
- - void **set_stream** **(** :ref:`VideoStream<class_VideoStream>` value **)**
- - :ref:`VideoStream<class_VideoStream>` **get_stream** **(** **)**
- The assigned video stream. See description for supported formats.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_stream_position:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **stream_position**
- .. rst-class:: classref-property-setget
- - void **set_stream_position** **(** :ref:`float<class_float>` value **)**
- - :ref:`float<class_float>` **get_stream_position** **(** **)**
- The current position of the stream, in seconds.
- \ **Note:** Changing this value won't have any effect as seeking is not implemented yet, except in video formats implemented by a GDExtension add-on.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_volume:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **volume**
- .. rst-class:: classref-property-setget
- - void **set_volume** **(** :ref:`float<class_float>` value **)**
- - :ref:`float<class_float>` **get_volume** **(** **)**
- Audio volume as a linear value.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_property_volume_db:
- .. rst-class:: classref-property
- :ref:`float<class_float>` **volume_db** = ``0.0``
- .. rst-class:: classref-property-setget
- - void **set_volume_db** **(** :ref:`float<class_float>` value **)**
- - :ref:`float<class_float>` **get_volume_db** **(** **)**
- Audio volume in dB.
- .. rst-class:: classref-section-separator
- ----
- .. rst-class:: classref-descriptions-group
- Method Descriptions
- -------------------
- .. _class_VideoStreamPlayer_method_get_stream_length:
- .. rst-class:: classref-method
- :ref:`float<class_float>` **get_stream_length** **(** **)** |const|
- The length of the current stream, in seconds.
- \ **Note:** For :ref:`VideoStreamTheora<class_VideoStreamTheora>` streams (the built-in format supported by Godot), this value will always be zero, as getting the stream length is not implemented yet. The feature may be supported by video formats implemented by a GDExtension add-on.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_method_get_stream_name:
- .. rst-class:: classref-method
- :ref:`String<class_String>` **get_stream_name** **(** **)** |const|
- Returns the video stream's name, or ``"<No Stream>"`` if no video stream is assigned.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_method_get_video_texture:
- .. rst-class:: classref-method
- :ref:`Texture2D<class_Texture2D>` **get_video_texture** **(** **)** |const|
- Returns the current frame as a :ref:`Texture2D<class_Texture2D>`.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_method_is_playing:
- .. rst-class:: classref-method
- :ref:`bool<class_bool>` **is_playing** **(** **)** |const|
- Returns ``true`` if the video is playing.
- \ **Note:** The video is still considered playing if paused during playback.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_method_play:
- .. rst-class:: classref-method
- void **play** **(** **)**
- Starts the video playback from the beginning. If the video is paused, this will not unpause the video.
- .. rst-class:: classref-item-separator
- ----
- .. _class_VideoStreamPlayer_method_stop:
- .. rst-class:: classref-method
- void **stop** **(** **)**
- Stops the video playback and sets the stream position to 0.
- \ **Note:** Although the stream position will be set to 0, the first frame of the video stream won't become the current frame.
- .. |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.)`
|