Video:getStream

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets the VideoStream object used for decoding and controlling the video.

Function

Synopsis

stream = Video:getStream( )

Arguments

None.

Returns

VideoStream stream
The VideoStream used for decoding and controlling the video.

See Also

Other Languages