Video

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

A drawable video.

Constructors

love.graphics.newVideo Creates a new Video. 0.10.0

Functions

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. 0.10.0
Video:getFilter Gets the scaling filters used when drawing the Video. 0.10.0
Video:getHeight Gets the height of the Video. 0.10.0
Video:getSource Gets the audio Source used for playing back the video's audio. 0.10.0
Video:getStream Gets the VideoStream object used for decoding and controlling the video. 0.10.0
Video:getWidth Gets the width of the Video. 0.10.0
Video:isPlaying Gets whether the Video is currently playing. 0.10.0
Video:pause Pauses the Video. 0.10.0
Video:play Starts playing the Video. 0.10.0
Video:rewind Rewinds the Video to the beginning. 0.10.0
Video:seek Sets the current playback position of the Video. 0.10.0
Video:setFilter Sets the scaling filters used when drawing the Video. 0.10.0
Video:setSource Sets the audio Source used for playing back the video's audio. 0.10.0
Video:tell Gets the current playback position of the Video. 0.10.0

Supertypes

See Also

Video:pause

Video:pause Available since LÖVE 0.10.0 This function is not supported in earlier versions. Pauses the Video. Function

2017-03-21 15:54:07
Video:rewind

Video:rewind Available since LÖVE 0.10.0 This function is not supported in earlier versions. Rewinds the Video to the beginning.

2017-03-21 15:54:08
Video:getFilter

Video:getFilter Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets the scaling filters used when drawing the

2017-03-21 15:54:04
Video:setFilter

Video:setFilter Available since LÖVE 0.10.0 This function is not supported in earlier versions. Sets the scaling filters used when drawing the

2017-03-21 15:54:09
Video:play

Video:play Available since LÖVE 0.10.0 This function is not supported in earlier versions. Starts playing the Video. In order for the video

2017-03-21 15:54:07
Video:setSource

Video:setSource Available since LÖVE 0.10.0 This function is not supported in earlier versions. Sets the audio

2017-03-21 15:54:10
Video:getDimensions

Video:getDimensions Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets the width and height of the Video in

2017-03-21 15:54:03
Video:getSource

Video:getSource Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets the audio

2017-03-21 15:54:05
Video:seek

Video:seek Available since LÖVE 0.10.0 This function is not supported in earlier versions. Sets the current playback position of the Video.

2017-03-21 15:54:08
Video:isPlaying

Video:isPlaying Available since LÖVE 0.10.0 This function is not supported in earlier versions. Gets whether the Video is currently playing

2017-03-21 15:54:06