We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there support for playback controls, such as fastforward, rewind, etc?
The text was updated successfully, but these errors were encountered:
Currently no, sorry.
Sorry, something went wrong.
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
CodecBoxDecoder::get_sampleRate()/set_sampleRate()
CodecBoxDecoder.prototype.sampleRate
No branches or pull requests
Is there support for playback controls, such as fastforward, rewind, etc?
The text was updated successfully, but these errors were encountered: