DescriptionMediaRecorderHandler: connecting Blink factory method to content/
MediaRecorderHandler changes to implementing WebMediaRecorderHandler;
content/ overrides Blink's createMediaRecorderHandler().
context: MediaRecorderHandler is the Blink-orchestrated class
implementing MediaStream Recorder API (see below). It plugs
together an existing MediaStreamVideoTrack to a new
VideoTrackRecorder-WebmMuxer pair. When MSVTrack passes
frames, these get encoded, muxed, and the result is sent to
Blink. See DD @ https://goo.gl/vSjzC5 (*) for the plan. The
previous CL http://crrev.com/1313603004 landed
MediaRecorderHandler, this one allows for its activation.
(*) Used to be https://goo.gl/kreaQj
Depends on https://crrev.com/1319473016 to disable
Blink tests, that after landing-rolling, should be updated and
reenabled.
BUG=262211
Committed: https://crrev.com/7aea7157cff1fbf7774e566a5168d7e544834769
Cr-Commit-Position: refs/heads/master@{#348338}
Patch Set 1 : #
Total comments: 1
Patch Set 2 : miu@s comment and NON_EXPORTED_BASE #Patch Set 3 : Forward declaring WebMediaRecorderHandlerClient (ISO including full header) #
Messages
Total messages: 24 (15 generated)
|