VideoStream

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

An object which decodes, streams, and controls Videos.

Constructors

love.video.newVideoStream Creates a new VideoStream. Added since 0.10.0

Functions

Object:release Immediately destroys the object's Lua reference. Added since 11.0
Object:type Gets the type of the object as a string.
Object:typeOf Checks whether an object is of a certain type.
VideoStream:getFilename Gets filename of video stream. Added since 0.10.0
VideoStream:isPlaying Gets whatever the video stream is playing. Added since 0.10.0
VideoStream:pause Pauses video stream. Added since 0.10.0
VideoStream:play Plays video stream. Added since 0.10.0
VideoStream:rewind Rewinds video stream. Added since 0.10.0
VideoStream:seek Sets the current playback position of the Video. Added since 0.10.0
VideoStream:setSync TODO Added since 0.10.0
VideoStream:tell Gets the current playback position of video stream. Added since 0.10.0

Supertypes

See Also

Other Languages