Home
last modified time | relevance | path

Searched refs:codecPrefix (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DMimeTypes.java114 public static void registerCustomMimeType(String mimeType, String codecPrefix, int trackType) { in registerCustomMimeType() argument
115 CustomMimeType customMimeType = new CustomMimeType(mimeType, codecPrefix, trackType); in registerCustomMimeType()
462 if (codec.startsWith(customMimeType.codecPrefix)) { in getCustomMimeTypeForCodec()
486 public final String codecPrefix; field in MimeTypes.CustomMimeType
489 public CustomMimeType(String mimeType, String codecPrefix, int trackType) { in CustomMimeType() argument
491 this.codecPrefix = codecPrefix; in CustomMimeType()