-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MediaCap): Support multiplex content with MediaCap
If we have a multiplexd content with audio and video, we combine the audio and video codecs in the manifest parser. For example, a multiplexed stream would be with: mimeType="video/mp4", codecs="avc1.64001e,mp4a.40.2". When sending the request to MediaCapabilities.decodingInfo(), we need to have the config for both audio and video to get the result as "supported". The video config would be: contentType='video/mp4, codecs="avc1.64001e"'. The audio config would be: contentType='audio/mp4, codecs="mp4a.40.2"'. Issue #1391 Change-Id: I74a8580c07228e9600dc40c611ebd5d34f8cd7ee
- Loading branch information
1 parent
acfa1a8
commit 966a756
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters