Ogg

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.png
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>

Methods

Theora.new creates a new Ogg/Theora object

Events

Constants