Searched refs:sourceType (Results 1 – 1 of 1) sorted by relevance
185 public void prepare(Context context, final Uri uri, int sourceType) { in prepare() argument186 if (sourceType == SOURCE_TYPE_HTTP_PROGRESSIVE) { in prepare()194 } else if (sourceType == SOURCE_TYPE_HLS) { in prepare()231 } else if (sourceType == SOURCE_TYPE_MPEG_DASH) { in prepare()349 throw new IllegalArgumentException("Unknown source type: " + sourceType); in prepare()