Difference between revisions of "Video (Français)"
m (only parent) |
|||
Line 32: | Line 32: | ||
== Voir également == | == Voir également == | ||
* [[parent::love.graphics (Français)]] | * [[parent::love.graphics (Français)]] | ||
− | * [[love.graphics.draw]] | + | * [[love.graphics.draw (Français)]] |
− | * [[VideoStream]] | + | * [[VideoStream (Français)]] |
− | [[Category:Types]] | + | [[Category:Types (Français)]] |
{{#set:Description=Une vidéo pouvant être tracée.}} | {{#set:Description=Une vidéo pouvant être tracée.}} | ||
== Autres langues == | == Autres langues == | ||
{{i18n|Video}} | {{i18n|Video}} |
Revision as of 13:36, 28 December 2020
Disponible depuis LÖVE 0.10.0 |
Ce-tte type n'est pas supporté-e par des versions plus anciennes. |
Une vidéo pouvant être tracée.
Constructeurs
love.graphics.newVideo | Creates a new Video. | 0.10.0 |
Fonctions
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. | ||
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
Voir également
Autres langues
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