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
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info