Searched refs:TYPE_SS (Results 1 – 14 of 14) sorted by relevance
125 || DownloadRequest.TYPE_SS.equals(type)); in readDownloadRequest()148 if ((DownloadRequest.TYPE_HLS.equals(type) || DownloadRequest.TYPE_SS.equals(type))
45 public static final String TYPE_SS = "ss"; field in DownloadRequest78 if (TYPE_DASH.equals(type) || TYPE_HLS.equals(type) || TYPE_SS.equals(type)) { in DownloadRequest()
111 case DownloadRequest.TYPE_SS: in createDownloader()
426 DownloadRequest.TYPE_SS, in forSmoothStreaming()467 case DownloadRequest.TYPE_SS: in createMediaSource()
88 assertThat(Util.inferContentType("http://a.b/c.ism")).isEqualTo(C.TYPE_SS); in inferContentType_returnsInferredResult()89 assertThat(Util.inferContentType("http://a.b/c.isml")).isEqualTo(C.TYPE_SS); in inferContentType_returnsInferredResult()90 assertThat(Util.inferContentType("http://a.b/c.ism/Manifest")).isEqualTo(C.TYPE_SS); in inferContentType_returnsInferredResult()91 assertThat(Util.inferContentType("http://a.b/c.isml/manifest")).isEqualTo(C.TYPE_SS); in inferContentType_returnsInferredResult()92 assertThat(Util.inferContentType("http://a.b/c.isml/manifest(filter=x)")).isEqualTo(C.TYPE_SS); in inferContentType_returnsInferredResult()
51 DownloadRequest.TYPE_SS, in createWithDefaultDownloaderFactory()
112 assertThat(supportedTypes).asList().containsExactly(C.TYPE_OTHER, C.TYPE_SS); in getSupportedTypes_smoothstreamingModule_containsTypeSS()
599 @IntDef({TYPE_DASH, TYPE_SS, TYPE_HLS, TYPE_OTHER})608 public static final int TYPE_SS = 1; field in C
134 case C.TYPE_SS: in getDownloadHelper()
150 case C.TYPE_SS: in inferAdaptiveStreamMimeType()
380 C.TYPE_SS, in loadDelegates()
323 return new int[] {C.TYPE_SS}; in getSupportedTypes()
1665 return C.TYPE_SS; in inferContentType()1688 return C.TYPE_SS; in inferContentTypeWithMimeType()
580 } else if (contentType == C.TYPE_SS) { in setSupportedContentTypes()