Searched refs:FILE_SCHEME (Results 1 – 1 of 1) sorted by relevance
57 private static final String FILE_SCHEME = "file://"; field in MediaCodecClearKeyPlayer304 } else if (scheme.startsWith(FILE_SCHEME)) { in setDataSource()305 extractor.setDataSource(uri.toString().substring(FILE_SCHEME.length()), headers); in setDataSource()