-
public class CodecUtil
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
EC3_CODEC_PATTERN_STRING
public final static String
ATMOS_AUDIO_CODEC_PATTERN
-
Method Summary
Modifier and Type Method Description static List<MediaCodecInfo>
getMediaCodecInfoList()
Gets the device codecs information. static boolean
deviceHasDolbyAtmosSupport()
Evaluates if the current device supports Dolby Atmos by trying to match ac3, eac3 or eac3-joc inthe supported types of each codec information. -
-
Method Detail
-
getMediaCodecInfoList
static List<MediaCodecInfo> getMediaCodecInfoList()
Gets the device codecs information.
-
deviceHasDolbyAtmosSupport
static boolean deviceHasDolbyAtmosSupport()
Evaluates if the current device supports Dolby Atmos by trying to match ac3, eac3 or eac3-joc inthe supported types of each codec information.
-
-
-
-