Liking cljdoc? Tell your friends :D

chromex.app.media-player-private

clj
  • available since Chrome 33
  * available since Chrome 33
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

on-next-track*cljs

(on-next-track* config channel & args)
source

on-prev-track*cljs

(on-prev-track* config channel & args)
source

on-toggle-play-state*cljs

(on-toggle-play-state* config channel & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.media-player-private namespace.

Taps all valid non-deprecated events in chromex.app.media-player-private namespace.
sourceraw docstring

tap-on-next-track-eventsclj/smacro

(tap-on-next-track-events channel & args)

Notifies that the next track was requested.

Events will be put on the |channel| with signature [::on-next-track []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Notifies that the next track was requested.

Events will be put on the |channel| with signature [::on-next-track []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-prev-track-eventsclj/smacro

(tap-on-prev-track-events channel & args)

Notifies that the previous tack was requested.

Events will be put on the |channel| with signature [::on-prev-track []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Notifies that the previous tack was requested.

Events will be put on the |channel| with signature [::on-prev-track []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

tap-on-toggle-play-state-eventsclj/smacro

(tap-on-toggle-play-state-events channel & args)

Notifies that a play/pause toggle was requested.

Events will be put on the |channel| with signature [::on-toggle-play-state []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Notifies that a play/pause toggle was requested.

Events will be put on the |channel| with signature [::on-toggle-play-state []].

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close