Difference between revisions of "love.video"

m (Fixed category)
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{newin|[[0.10.0]]|100|type=module}}
 
This module is responsible for decoding, controlling, and streaming video files.
 
This module is responsible for decoding, controlling, and streaming video files.
  

Latest revision as of 18:08, 22 December 2015

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. Added since 0.10.0

Functions

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

See Also

Other Languages