mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Add MediaCodecSelector.getPassthroughDecoderInfo.
Issue: #1518 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122080068
This commit is contained in:
parent
7980e495a7
commit
af78ff849a
1 changed files with 2 additions and 1 deletions
|
|
@ -99,7 +99,8 @@ public final class MediaCodecUtil {
|
|||
* @param mimeType The mime type.
|
||||
* @param secure Whether the decoder is required to support secure decryption. Always pass false
|
||||
* unless secure decryption really is required.
|
||||
* @return A list of all @{link DecoderInfo}s for the given mime type,
|
||||
* @return A list of all @{link DecoderInfo}s for the given mime type, in the order given by
|
||||
* {@link MediaCodecList}.
|
||||
*/
|
||||
public static synchronized List<DecoderInfo> getDecoderInfos(String mimeType, boolean secure)
|
||||
throws DecoderQueryException {
|
||||
|
|
|
|||
Loading…
Reference in a new issue