classref: Sync with current master branch (45fc515)

This commit is contained in:
Godot Organization
2025-05-24 03:28:26 +00:00
parent 67743e991b
commit d4a8f7f2aa
34 changed files with 3382 additions and 337 deletions

View File

@@ -261,8 +261,6 @@ The assigned video stream. See description for supported formats.
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
----
@@ -314,8 +312,6 @@ Method Descriptions
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
----