{{newin|[[0.10.0]]|100|type=function}}
Gets the [[VideoStream]] object used for decoding and controlling the video.
== Function ==
=== Synopsis ===
<source lang="lua">
stream = Video:getStream( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|VideoStream|stream|The VideoStream used for decoding and controlling the video.}}
== See Also ==
* [[parent::Video]]
* [[VideoStream]]
[[Category:Functions]]
{{#set:Description=Gets the [[VideoStream]] object used for decoding and controlling the video.}}
== Other Languages ==
{{i18n|Video:getStream}}