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
@ -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…
x
Reference in New Issue
Block a user