Searched refs:isAudioType (Results 1 – 2 of 2) sorted by relevance
178 return isAudioType(contentType) && isSupportedType(contentType); in isSupportedAudioType()193 public static boolean isAudioType(String contentType) { in isAudioType() method in ContentType
432 && !ContentType.isAudioType(type) in loadParts()