Theora video support + audio improvements #20
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "video"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
SoundInstance.Play
no longer takes a loop parameterSoundInstance.Stop
is split intoStop
andStopImmediate
instead of taking an immediate parameterAdded
StreamingSoundSeekable
to better support streaming audio that does not support seekStreamingSound
no longer has a Loop property, butStreamingSoundSeekable
doesabstract
StreamingSound.AddBuffer
renamed toFillBuffer
FillBuffer
is now provided with a native buffer to avoid an extra data copyStreamingSound
buffer implementation optimized to avoid repeated alloc/freesadded
Video
class which can load and play Theora (.ogv) streaming video/audio