mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix moe config II
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=166916769
This commit is contained in:
parent
b0df6dce98
commit
6bf0b7f3de
1 changed files with 0 additions and 2 deletions
|
|
@ -16,12 +16,10 @@
|
||||||
package com.google.android.exoplayer2.source.dash.offline;
|
package com.google.android.exoplayer2.source.dash.offline;
|
||||||
|
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import com.google.android.exoplayer2.util.ClosedSource;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data for DASH downloading tests.
|
* Data for DASH downloading tests.
|
||||||
*/
|
*/
|
||||||
@ClosedSource(reason = "Not ready yet")
|
|
||||||
/* package */ interface DashDownloadTestData {
|
/* package */ interface DashDownloadTestData {
|
||||||
|
|
||||||
Uri TEST_MPD_URI = Uri.parse("test.mpd");
|
Uri TEST_MPD_URI = Uri.parse("test.mpd");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue