VideoStream:isPlaying

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

Gets whatever the video stream is playing.

Function

Synopsis

playing = VideoStream:isPlaying( )

Arguments

None.

Returns

boolean playing
Whatever video stream is playing.

See Also


Other Languages