Liking cljdoc? Tell your friends :D

chromex.ext.cast.streaming.receiver-session

clj

The chrome.cast.streaming.receiverSession API creates a Cast receiver session and adds the resulting audio and video tracks to a MediaStream.

The chrome.cast.streaming.receiverSession API creates a Cast
receiver session and adds the resulting audio and video tracks to a
MediaStream.

  * available since Chrome 72
  * https://developer.chrome.com/extensions/cast.streaming.receiverSession
raw docstring

api-tableclj

source

create-and-bindclj/smacro

(create-and-bind audio-params
                 video-params
                 local-endpoint
                 max-width
                 max-height
                 max-frame-rate
                 media-stream-url
                 error-callback)
(create-and-bind audio-params
                 video-params
                 local-endpoint
                 max-width
                 max-height
                 max-frame-rate
                 media-stream-url
                 error-callback
                 transport-options)

Creates a Cast receiver session which receives data from a UDP socket. The receiver will decode the incoming data into an audio and a video track which will be added to the provided media stream. The |audioParams| and |videoParams| are generally provided by the sender through some other messaging channel.

|audio-params| - Audio stream parameters. |video-params| - Video stream parameters. |local-endpoint| - Local IP and port to bind to. |max-width| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-maxWidth. |max-height| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-maxHeight. |max-frame-rate| - Max video frame rate. |media-stream-url| - URL of MediaStream to add the audio and video to. |error-callback| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-error_callback. |transport-options| - Optional transport settings.

https://developer.chrome.com/extensions/cast.streaming.receiverSession#method-createAndBind.

Creates a Cast receiver session which receives data from a UDP socket. The receiver will decode the incoming data into an
audio and a video track which will be added to the provided media stream. The |audioParams| and |videoParams| are generally
provided by the sender through some other messaging channel.

  |audio-params| - Audio stream parameters.
  |video-params| - Video stream parameters.
  |local-endpoint| - Local IP and port to bind to.
  |max-width| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-maxWidth.
  |max-height| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-maxHeight.
  |max-frame-rate| - Max video frame rate.
  |media-stream-url| - URL of MediaStream to add the audio and video to.
  |error-callback| - https://developer.chrome.com/extensions/cast.streaming.receiverSession#property-createAndBind-error_callback.
  |transport-options| - Optional transport settings.

https://developer.chrome.com/extensions/cast.streaming.receiverSession#method-createAndBind.
sourceraw docstring

create-and-bind*cljs

(create-and-bind* config
                  audio-params
                  video-params
                  local-endpoint
                  max-width
                  max-height
                  max-frame-rate
                  media-stream-url
                  error-callback
                  transport-options)
source

gen-callclj

source

gen-wrapclj/smacro

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

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.cast.streaming.receiver-session namespace.

Taps all valid non-deprecated events in chromex.ext.cast.streaming.receiver-session namespace.
sourceraw docstring

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

× close