How to use the player_flush_audio function from bindings
Find comprehensive JavaScript bindings.player_flush_audio code examples handpicked from public code repositorys.
GitHub: Floby/node-libspotify
41 42 43 44 45 46 47 48 49
Player.prototype.stop = function stop() { b.session_player_play(this._session._sp_session, false); }; Player.prototype.flush = function flush() { b.player_flush_audio(this._session._sp_session); }; module.exports = Player;
21
102
16
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)