DescriptionDefine Cast Content API
Cast Content API is defined under content/public/renderer as an
interface between chrome extensions and WebRTC/Cast implementations
in content renderer.
This interface contains following two functional classes:
WebRtcCastSendTransport
This is the main entry point of Cast API. This interface is responsible
for configuring and control a cast stream. This includes assigning a
MediaStreamTrack as source, set parameters and start/stop the stream.
WebRtcUdpTransport
This interface is responsible for setting up the network connection.
It is used to bind to a network socket and connect to a remote address
for cast.
BUG=301920
Patch Set 1 #Patch Set 2 : revised API and comments #
Total comments: 32
Patch Set 3 : fixed nits #Patch Set 4 : #
Messages
Total messages: 10 (0 generated)
|