codecbox.js
codecbox.js copied to clipboard
Video controls
Is there support for playback controls, such as fastforward, rewind, etc?
Currently no, sorry.
Note that C++ methods get_XXX()/set_XXX() are mapped to JS properties
What are the methods that are exposed by C++?
E.g. in C++ there are CodecBoxDecoder::get_sampleRate()/set_sampleRate()
methods, and they are mapped to JS property CodecBoxDecoder.prototype.sampleRate
, see:
https://github.com/duanyao/codecbox.js/blob/master/src/codecbox-decoder-worker.js#L60