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. | 0.10.0 |
Functions
Object:release | Immediately destroys the object's Lua reference. | 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. | 0.10.0 | |
VideoStream:isPlaying | Gets whatever the video stream is playing. | 0.10.0 | |
VideoStream:pause | Pauses video stream. | 0.10.0 | |
VideoStream:play | Plays video stream. | 0.10.0 | |
VideoStream:rewind | Rewinds video stream. | 0.10.0 | |
VideoStream:seek | Sets the current playback position of the Video. | 0.10.0 | |
VideoStream:setSync | TODO | 0.10.0 | |
VideoStream:tell | Gets the current playback position of video stream. | 0.10.0 |
Supertypes
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/VideoStream