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.Playno longer takes a loop parameterSoundInstance.Stopis split intoStopandStopImmediateinstead of taking an immediate parameterAdded
StreamingSoundSeekableto better support streaming audio that does not support seekStreamingSoundno longer has a Loop property, butStreamingSoundSeekabledoesabstract
StreamingSound.AddBufferrenamed toFillBufferFillBufferis now provided with a native buffer to avoid an extra data copyStreamingSoundbuffer implementation optimized to avoid repeated alloc/freesadded
Videoclass which can load and play Theora (.ogv) streaming video/audio