love.video
Available since LÖVE 0.10.0
This module is not supported in earlier versions.
This module is responsible for decoding, controlling, and streaming video files.
It can't draw the videos, see love.graphics.newVideo and Video objects for that.
Types
| VideoStream | An object which decodes, streams, and controls Videos. | 0.10.0 |
Functions
| love.video.newVideoStream | Creates a new VideoStream. | 0.10.0 |