You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OGVPlayer implements a subset of the HTMLVideoElement API, however it is not entirely complete. There's not thorough documentation at this time, so if in doubt check the source code. :)
I would really appreciate that if there is a thorough API documentation.
Right now I want to find a way to use ogv.js to decode the ArrayBuffer of an OGG file into an AudioBuffer, but there is no API documentation, so I have to search through the source codes.
Is there any documentation for the library api? eg. play()/pause()/events/errors etc?
Or is it "binding" with the audio API?
The text was updated successfully, but these errors were encountered: