How to use the session_player_load function from bindings
Find comprehensive JavaScript bindings.session_player_load code examples handpicked from public code repositorys.
GitHub: Floby/node-libspotify
30 31 32 33 34 35 36 37 38 39
util.inherits(Player, stream.Readable); Player.prototype.load = function load(track) { assert(track instanceof sp.Track); b.session_player_load(this._session._sp_session, track._sp_object); }; Player.prototype.play = function play() { b.session_player_play(this._session._sp_session, true);
21
102
16
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)