Difference between revisions of "Ogg"
From GiderosMobile
| m (Text replacement - "<source" to "<syntaxhighlight") | m (Text replacement - "</source>" to "</syntaxhighlight>") | ||
| Line 15: | Line 15: | ||
| videoSprite:setPosition(0, 64) | videoSprite:setPosition(0, 64) | ||
| stage:addChild(videoSprite) | stage:addChild(videoSprite) | ||
| − | </ | + | </syntaxhighlight> | 
| {|- | {|- | ||
Revision as of 14:31, 13 July 2023
Supported platforms: 



Available since: Gideros 2017.10
Description
Adds support for Ogg audio and Theora video.
Example
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)
| MethodsTheora.new creates a new Ogg/Theora object | EventsConstants | 
