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 80
  * https://developer.chrome.com/extensions/cast.streaming.receiverSession
raw docstring

chromex.ext.cast.streaming.rtp-stream

clj

The chrome.cast.streaming.rtpStream API allows configuration of encoding parameters and RTP parameters used in a Cast streaming session.

Valid stream IDs are positive and non-zero.

The chrome.cast.streaming.rtpStream API allows configuration
of encoding parameters and RTP parameters used in a Cast streaming
session.

Valid stream IDs are positive and non-zero.

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

chromex.ext.cast.streaming.session

clj

The chrome.cast.streaming.session API creates a Cast session using WebMediaStreamTrack as sources. The session is composed by RTP streams and a network transport.

Calling this API will generate corresponding resources for use with chrome.cast.streaming.rtpStream and chrome.cast.streaming.udpTransport APIs.

Valid resource IDs are positive and non-zero.

The chrome.cast.streaming.session API creates a Cast
session using WebMediaStreamTrack as sources. The session is composed
by RTP streams and a network transport.

Calling this API will generate corresponding resources for use with
chrome.cast.streaming.rtpStream and chrome.cast.streaming.udpTransport
APIs.

Valid resource IDs are positive and non-zero.

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

chromex.ext.cast.streaming.udp-transport

clj

The chrome.webrtc.castUdpTransport API represents a UDP transport for Cast RTP streams. This API is not useful when standalone since it does not have send and receive methods. It is used to configure the UDP transport used in Cast session.

Valid transport IDs are positive and non-zero.

The chrome.webrtc.castUdpTransport API represents a UDP
transport for Cast RTP streams. This API is not useful when standalone
since it does not have send and receive methods.
It is used to configure the UDP transport used in Cast session.

Valid transport IDs are positive and non-zero.

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

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

× close