summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorTerah <terah.dev@gmail.com>2017-10-03 23:29:30 +0200
committerTerah <terah.dev@gmail.com>2017-10-04 07:46:08 +0200
commit43410ca363da329313bc9ca74882a4409335a306 (patch)
tree225a94c9e202d74f0997845d1b5fbb5a39e5e45d /doc/classes
parentb12455cde85771e0f351932d49c692a1126246f7 (diff)
Add function set_stream_position to VideoPlayer
Also add docucmentation for set_stream_position in VideoPlayer
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/VideoPlayer.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/VideoPlayer.xml b/doc/classes/VideoPlayer.xml
index 57e417974e..bac7d1e3b0 100644
--- a/doc/classes/VideoPlayer.xml
+++ b/doc/classes/VideoPlayer.xml
@@ -156,6 +156,15 @@
Set the video stream for this player.
</description>
</method>
+ <method name="set_stream_position">
+ <return type="void">
+ </return>
+ <argument index="0" name="position" type="float">
+ </argument>
+ <description>
+ Set the current position of the stream, in seconds.
+ </description>
+ </method>
<method name="set_volume">
<return type="void">
</return>