unifying the way the media backend/device is identified within chromecast |
||
Issue descriptionThere are two types of |HostedRendererType|(see /media/mojo/interfaces/interface_factory.mojom) that chromecast uses: |kDefault| and |kCastWebAppService|. When |kDefault| is used, |type_specific_id| in |InterfaceFactory::CreateRenderer(...)| is an "audio device ID" , while when |kCastWebAppService| is used, said |type_specific_id| is an "application session ID" The use of the combination of |kDefault| and "audio device ID" can be replaced by the other, to simplify the code.
,
Aug 3
The planed CL didn't land so the issue should be deleted.
,
Aug 3
|
||
►
Sign in to add a comment |
||
Comment 1 by benhenry@chromium.org
, Aug 3