DescriptionNotify WebMediaPlayer when HTML video enters full screen.
In immersive video playback scenario, the tab mirroring efficiency and
quality can be improved by bypassing the decoding, local rendering,
and real-time encoding process. WebMediaPlayer will stop the normal
renderer in this case, and switch to a remoting renderer which will
send the demuxed stream directly to browser, and then transmit to the
Cast receiver over network.
In order to switch between the normal and remoting renderer,
WebMediaPlayer needs to know when to enter/exit immersive video
playback scenario. A good indicator for this is that the video
enters/exits full screen. Therefore, WebMediaPlayer needs to be
notified when video enters/exits full screen, no matter what the full
screen element is.
Original WIP CL: https://codereview.chromium.org/2204673004/
Patch Set 1 #
Total comments: 5
Messages
Total messages: 8 (3 generated)
|