Difference between revisions of "Ogg"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 8: | Line 8: | ||
=== Example === | === Example === | ||
− | < | + | <syntaxhighlight lang="lua"> |
Theora=require "Theora" | Theora=require "Theora" | ||
local videoSource = Theora.new("videos/file_example_OGG_480_1_7mg.ogg") | local videoSource = Theora.new("videos/file_example_OGG_480_1_7mg.ogg") |
Revision as of 14:30, 13 July 2023
Supported platforms:
Available since: Gideros 2017.10
Description
Adds support for Ogg audio and Theora video.
Example
<syntaxhighlight lang="lua"> Theora=require "Theora" local videoSource = Theora.new("videos/file_example_OGG_480_1_7mg.ogg") local videoStream = videoSource:play() local videoSprite = videoStream:getVideo() videoSprite:setPosition(0, 64) stage:addChild(videoSprite) </source>
MethodsTheora.new creates a new Ogg/Theora object |
EventsConstants |