Difference between revisions of "VideoStream:getFilename"
m (Function exists, but not documented. Please update it to reflect current usage.) |
|||
Line 1: | Line 1: | ||
{{newin|[[0.10.0]]|100|type=function}} | {{newin|[[0.10.0]]|100|type=function}} | ||
− | Gets | + | Gets filename of video stream. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | filename = VideoStream:getFilename( ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param| | + | {{param|string|filename|The filename of video stream}} |
== See Also == | == See Also == | ||
* [[parent::VideoStream]] | * [[parent::VideoStream]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets | + | {{#set:Description=Gets filename of video stream.}} |
== Other Languages == | == Other Languages == | ||
− | {{i18n|VideoStream: | + | {{i18n|VideoStream:getFilename}} |
Latest revision as of 10:28, 22 May 2020
Available since LÖVE 0.10.0 |
This function is not supported in earlier versions. |
Gets filename of video stream.
Function
Synopsis
filename = VideoStream:getFilename( )
Arguments
None.
Returns
string filename
- The filename of video stream
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