Available since LÖVE 0.10.0 |
This type is not supported in earlier versions. |
A drawable video.
love.graphics.newVideo | Creates a new Video. | ![]() |
Object:release | Immediately destroys the object's Lua reference. | ![]() |
|
Object:type | Gets the type of the object as a string. | ||
Object:typeOf | Checks whether an object is of a certain type. | ||
Video:getDimensions | Gets the width and height of the Video. | ![]() |
|
Video:getFilter | Gets the scaling filters used when drawing the Video. | ![]() |
|
Video:getHeight | Gets the height of the Video. | ![]() |
|
Video:getSource | Gets the audio Source used for playing back the video's audio. | ![]() |
|
Video:getStream | Gets the VideoStream object used for decoding and controlling the video. | ![]() |
|
Video:getWidth | Gets the width of the Video. | ![]() |
|
Video:isPlaying | Gets whether the Video is currently playing. | ![]() |
|
Video:pause | Pauses the Video. | ![]() |
|
Video:play | Starts playing the Video. | ![]() |
|
Video:rewind | Rewinds the Video to the beginning. | ![]() |
|
Video:seek | Sets the current playback position of the Video. | ![]() |
|
Video:setFilter | Sets the scaling filters used when drawing the Video. | ![]() |
|
Video:setSource | Sets the audio Source used for playing back the video's audio. | ![]() |
|
Video:tell | Gets the current playback position of the Video. | ![]() |