class_videostreamplayer.rst 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/VideoStreamPlayer.xml.
  6. .. _class_VideoStreamPlayer:
  7. VideoStreamPlayer
  8. =================
  9. **Inherits:** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. A control used for video playback.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. A control used for playback of :ref:`VideoStream<class_VideoStream>` resources.
  15. Supported video formats are `Ogg Theora <https://www.theora.org/>`__ (``.ogv``, :ref:`VideoStreamTheora<class_VideoStreamTheora>`) and any format exposed via a GDExtension plugin.
  16. \ **Warning:** On Web, video playback *will* perform poorly due to missing architecture-specific assembly optimizations.
  17. .. rst-class:: classref-introduction-group
  18. Tutorials
  19. ---------
  20. - :doc:`Playing videos <../tutorials/animation/playing_videos>`
  21. .. rst-class:: classref-reftable-group
  22. Properties
  23. ----------
  24. .. table::
  25. :widths: auto
  26. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  27. | :ref:`int<class_int>` | :ref:`audio_track<class_VideoStreamPlayer_property_audio_track>` | ``0`` |
  28. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  29. | :ref:`bool<class_bool>` | :ref:`autoplay<class_VideoStreamPlayer_property_autoplay>` | ``false`` |
  30. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  31. | :ref:`int<class_int>` | :ref:`buffering_msec<class_VideoStreamPlayer_property_buffering_msec>` | ``500`` |
  32. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  33. | :ref:`StringName<class_StringName>` | :ref:`bus<class_VideoStreamPlayer_property_bus>` | ``&"Master"`` |
  34. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  35. | :ref:`bool<class_bool>` | :ref:`expand<class_VideoStreamPlayer_property_expand>` | ``false`` |
  36. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  37. | :ref:`bool<class_bool>` | :ref:`loop<class_VideoStreamPlayer_property_loop>` | ``false`` |
  38. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  39. | :ref:`bool<class_bool>` | :ref:`paused<class_VideoStreamPlayer_property_paused>` | ``false`` |
  40. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  41. | :ref:`float<class_float>` | :ref:`speed_scale<class_VideoStreamPlayer_property_speed_scale>` | ``1.0`` |
  42. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  43. | :ref:`VideoStream<class_VideoStream>` | :ref:`stream<class_VideoStreamPlayer_property_stream>` | |
  44. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  45. | :ref:`float<class_float>` | :ref:`stream_position<class_VideoStreamPlayer_property_stream_position>` | |
  46. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  47. | :ref:`float<class_float>` | :ref:`volume<class_VideoStreamPlayer_property_volume>` | |
  48. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  49. | :ref:`float<class_float>` | :ref:`volume_db<class_VideoStreamPlayer_property_volume_db>` | ``0.0`` |
  50. +---------------------------------------+--------------------------------------------------------------------------+---------------+
  51. .. rst-class:: classref-reftable-group
  52. Methods
  53. -------
  54. .. table::
  55. :widths: auto
  56. +-----------------------------------+------------------------------------------------------------------------------------------+
  57. | :ref:`float<class_float>` | :ref:`get_stream_length<class_VideoStreamPlayer_method_get_stream_length>`\ (\ ) |const| |
  58. +-----------------------------------+------------------------------------------------------------------------------------------+
  59. | :ref:`String<class_String>` | :ref:`get_stream_name<class_VideoStreamPlayer_method_get_stream_name>`\ (\ ) |const| |
  60. +-----------------------------------+------------------------------------------------------------------------------------------+
  61. | :ref:`Texture2D<class_Texture2D>` | :ref:`get_video_texture<class_VideoStreamPlayer_method_get_video_texture>`\ (\ ) |const| |
  62. +-----------------------------------+------------------------------------------------------------------------------------------+
  63. | :ref:`bool<class_bool>` | :ref:`is_playing<class_VideoStreamPlayer_method_is_playing>`\ (\ ) |const| |
  64. +-----------------------------------+------------------------------------------------------------------------------------------+
  65. | |void| | :ref:`play<class_VideoStreamPlayer_method_play>`\ (\ ) |
  66. +-----------------------------------+------------------------------------------------------------------------------------------+
  67. | |void| | :ref:`stop<class_VideoStreamPlayer_method_stop>`\ (\ ) |
  68. +-----------------------------------+------------------------------------------------------------------------------------------+
  69. .. rst-class:: classref-section-separator
  70. ----
  71. .. rst-class:: classref-descriptions-group
  72. Signals
  73. -------
  74. .. _class_VideoStreamPlayer_signal_finished:
  75. .. rst-class:: classref-signal
  76. **finished**\ (\ ) :ref:`🔗<class_VideoStreamPlayer_signal_finished>`
  77. Emitted when playback is finished.
  78. .. rst-class:: classref-section-separator
  79. ----
  80. .. rst-class:: classref-descriptions-group
  81. Property Descriptions
  82. ---------------------
  83. .. _class_VideoStreamPlayer_property_audio_track:
  84. .. rst-class:: classref-property
  85. :ref:`int<class_int>` **audio_track** = ``0`` :ref:`🔗<class_VideoStreamPlayer_property_audio_track>`
  86. .. rst-class:: classref-property-setget
  87. - |void| **set_audio_track**\ (\ value\: :ref:`int<class_int>`\ )
  88. - :ref:`int<class_int>` **get_audio_track**\ (\ )
  89. The embedded audio track to play.
  90. .. rst-class:: classref-item-separator
  91. ----
  92. .. _class_VideoStreamPlayer_property_autoplay:
  93. .. rst-class:: classref-property
  94. :ref:`bool<class_bool>` **autoplay** = ``false`` :ref:`🔗<class_VideoStreamPlayer_property_autoplay>`
  95. .. rst-class:: classref-property-setget
  96. - |void| **set_autoplay**\ (\ value\: :ref:`bool<class_bool>`\ )
  97. - :ref:`bool<class_bool>` **has_autoplay**\ (\ )
  98. If ``true``, playback starts when the scene loads.
  99. .. rst-class:: classref-item-separator
  100. ----
  101. .. _class_VideoStreamPlayer_property_buffering_msec:
  102. .. rst-class:: classref-property
  103. :ref:`int<class_int>` **buffering_msec** = ``500`` :ref:`🔗<class_VideoStreamPlayer_property_buffering_msec>`
  104. .. rst-class:: classref-property-setget
  105. - |void| **set_buffering_msec**\ (\ value\: :ref:`int<class_int>`\ )
  106. - :ref:`int<class_int>` **get_buffering_msec**\ (\ )
  107. Amount of time in milliseconds to store in buffer while playing.
  108. .. rst-class:: classref-item-separator
  109. ----
  110. .. _class_VideoStreamPlayer_property_bus:
  111. .. rst-class:: classref-property
  112. :ref:`StringName<class_StringName>` **bus** = ``&"Master"`` :ref:`🔗<class_VideoStreamPlayer_property_bus>`
  113. .. rst-class:: classref-property-setget
  114. - |void| **set_bus**\ (\ value\: :ref:`StringName<class_StringName>`\ )
  115. - :ref:`StringName<class_StringName>` **get_bus**\ (\ )
  116. Audio bus to use for sound playback.
  117. .. rst-class:: classref-item-separator
  118. ----
  119. .. _class_VideoStreamPlayer_property_expand:
  120. .. rst-class:: classref-property
  121. :ref:`bool<class_bool>` **expand** = ``false`` :ref:`🔗<class_VideoStreamPlayer_property_expand>`
  122. .. rst-class:: classref-property-setget
  123. - |void| **set_expand**\ (\ value\: :ref:`bool<class_bool>`\ )
  124. - :ref:`bool<class_bool>` **has_expand**\ (\ )
  125. 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.
  126. .. rst-class:: classref-item-separator
  127. ----
  128. .. _class_VideoStreamPlayer_property_loop:
  129. .. rst-class:: classref-property
  130. :ref:`bool<class_bool>` **loop** = ``false`` :ref:`🔗<class_VideoStreamPlayer_property_loop>`
  131. .. rst-class:: classref-property-setget
  132. - |void| **set_loop**\ (\ value\: :ref:`bool<class_bool>`\ )
  133. - :ref:`bool<class_bool>` **has_loop**\ (\ )
  134. If ``true``, the video restarts when it reaches its end.
  135. .. rst-class:: classref-item-separator
  136. ----
  137. .. _class_VideoStreamPlayer_property_paused:
  138. .. rst-class:: classref-property
  139. :ref:`bool<class_bool>` **paused** = ``false`` :ref:`🔗<class_VideoStreamPlayer_property_paused>`
  140. .. rst-class:: classref-property-setget
  141. - |void| **set_paused**\ (\ value\: :ref:`bool<class_bool>`\ )
  142. - :ref:`bool<class_bool>` **is_paused**\ (\ )
  143. If ``true``, the video is paused.
  144. .. rst-class:: classref-item-separator
  145. ----
  146. .. _class_VideoStreamPlayer_property_speed_scale:
  147. .. rst-class:: classref-property
  148. :ref:`float<class_float>` **speed_scale** = ``1.0`` :ref:`🔗<class_VideoStreamPlayer_property_speed_scale>`
  149. .. rst-class:: classref-property-setget
  150. - |void| **set_speed_scale**\ (\ value\: :ref:`float<class_float>`\ )
  151. - :ref:`float<class_float>` **get_speed_scale**\ (\ )
  152. The stream's current speed scale. ``1.0`` is the normal speed, while ``2.0`` is double speed and ``0.5`` is half speed. A speed scale of ``0.0`` pauses the video, similar to setting :ref:`paused<class_VideoStreamPlayer_property_paused>` to ``true``.
  153. .. rst-class:: classref-item-separator
  154. ----
  155. .. _class_VideoStreamPlayer_property_stream:
  156. .. rst-class:: classref-property
  157. :ref:`VideoStream<class_VideoStream>` **stream** :ref:`🔗<class_VideoStreamPlayer_property_stream>`
  158. .. rst-class:: classref-property-setget
  159. - |void| **set_stream**\ (\ value\: :ref:`VideoStream<class_VideoStream>`\ )
  160. - :ref:`VideoStream<class_VideoStream>` **get_stream**\ (\ )
  161. The assigned video stream. See description for supported formats.
  162. .. rst-class:: classref-item-separator
  163. ----
  164. .. _class_VideoStreamPlayer_property_stream_position:
  165. .. rst-class:: classref-property
  166. :ref:`float<class_float>` **stream_position** :ref:`🔗<class_VideoStreamPlayer_property_stream_position>`
  167. .. rst-class:: classref-property-setget
  168. - |void| **set_stream_position**\ (\ value\: :ref:`float<class_float>`\ )
  169. - :ref:`float<class_float>` **get_stream_position**\ (\ )
  170. The current position of the stream, in seconds.
  171. .. rst-class:: classref-item-separator
  172. ----
  173. .. _class_VideoStreamPlayer_property_volume:
  174. .. rst-class:: classref-property
  175. :ref:`float<class_float>` **volume** :ref:`🔗<class_VideoStreamPlayer_property_volume>`
  176. .. rst-class:: classref-property-setget
  177. - |void| **set_volume**\ (\ value\: :ref:`float<class_float>`\ )
  178. - :ref:`float<class_float>` **get_volume**\ (\ )
  179. Audio volume as a linear value.
  180. .. rst-class:: classref-item-separator
  181. ----
  182. .. _class_VideoStreamPlayer_property_volume_db:
  183. .. rst-class:: classref-property
  184. :ref:`float<class_float>` **volume_db** = ``0.0`` :ref:`🔗<class_VideoStreamPlayer_property_volume_db>`
  185. .. rst-class:: classref-property-setget
  186. - |void| **set_volume_db**\ (\ value\: :ref:`float<class_float>`\ )
  187. - :ref:`float<class_float>` **get_volume_db**\ (\ )
  188. Audio volume in dB.
  189. .. rst-class:: classref-section-separator
  190. ----
  191. .. rst-class:: classref-descriptions-group
  192. Method Descriptions
  193. -------------------
  194. .. _class_VideoStreamPlayer_method_get_stream_length:
  195. .. rst-class:: classref-method
  196. :ref:`float<class_float>` **get_stream_length**\ (\ ) |const| :ref:`🔗<class_VideoStreamPlayer_method_get_stream_length>`
  197. The length of the current stream, in seconds.
  198. .. rst-class:: classref-item-separator
  199. ----
  200. .. _class_VideoStreamPlayer_method_get_stream_name:
  201. .. rst-class:: classref-method
  202. :ref:`String<class_String>` **get_stream_name**\ (\ ) |const| :ref:`🔗<class_VideoStreamPlayer_method_get_stream_name>`
  203. Returns the video stream's name, or ``"<No Stream>"`` if no video stream is assigned.
  204. .. rst-class:: classref-item-separator
  205. ----
  206. .. _class_VideoStreamPlayer_method_get_video_texture:
  207. .. rst-class:: classref-method
  208. :ref:`Texture2D<class_Texture2D>` **get_video_texture**\ (\ ) |const| :ref:`🔗<class_VideoStreamPlayer_method_get_video_texture>`
  209. Returns the current frame as a :ref:`Texture2D<class_Texture2D>`.
  210. .. rst-class:: classref-item-separator
  211. ----
  212. .. _class_VideoStreamPlayer_method_is_playing:
  213. .. rst-class:: classref-method
  214. :ref:`bool<class_bool>` **is_playing**\ (\ ) |const| :ref:`🔗<class_VideoStreamPlayer_method_is_playing>`
  215. Returns ``true`` if the video is playing.
  216. \ **Note:** The video is still considered playing if paused during playback.
  217. .. rst-class:: classref-item-separator
  218. ----
  219. .. _class_VideoStreamPlayer_method_play:
  220. .. rst-class:: classref-method
  221. |void| **play**\ (\ ) :ref:`🔗<class_VideoStreamPlayer_method_play>`
  222. Starts the video playback from the beginning. If the video is paused, this will not unpause the video.
  223. .. rst-class:: classref-item-separator
  224. ----
  225. .. _class_VideoStreamPlayer_method_stop:
  226. .. rst-class:: classref-method
  227. |void| **stop**\ (\ ) :ref:`🔗<class_VideoStreamPlayer_method_stop>`
  228. Stops the video playback and sets the stream position to 0.
  229. \ **Note:** Although the stream position will be set to 0, the first frame of the video stream won't become the current frame.
  230. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  231. .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)`
  232. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  233. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  234. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  235. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  236. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  237. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  238. .. |void| replace:: :abbr:`void (No return value.)`