codecbox.js icon indicating copy to clipboard operation
codecbox.js copied to clipboard

Video controls

Open amilajack opened this issue 8 years ago • 3 comments

Is there support for playback controls, such as fastforward, rewind, etc?

amilajack avatar Jul 30 '16 02:07 amilajack

Currently no, sorry.

duanyao avatar Jul 30 '16 03:07 duanyao

Note that C++ methods get_XXX()/set_XXX() are mapped to JS properties

What are the methods that are exposed by C++?

amilajack avatar Jul 30 '16 03:07 amilajack

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

duanyao avatar Jul 30 '16 03:07 duanyao