mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add AAC test stream.
This commit is contained in:
parent
19eb7795fe
commit
deb7f2badd
1 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,9 @@ package com.google.android.exoplayer.demo;
|
|||
DemoUtil.TYPE_OTHER, false, true),
|
||||
new Sample("Dizzy (https->http redirect)", "uid:misc:dizzy2", "https://goo.gl/MtUDEj",
|
||||
DemoUtil.TYPE_OTHER, false, true),
|
||||
new Sample("Apple AAC 10s", "uid:misc:appleaacseg", "https://devimages.apple.com.edgekey.net/"
|
||||
+ "streaming/examples/bipbop_4x3/gear0/fileSequence0.aac",
|
||||
DemoUtil.TYPE_OTHER, false, true),
|
||||
};
|
||||
|
||||
private Samples() {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue