Ogg
From GiderosMobile
Revision as of 07:56, 5 February 2020 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ <!-- GIDEROSOBJ:Ogg --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Pla...")
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)
Methods |
EventsConstants |