misc utils

Also this include:
* Mp4 DASH reader/writter
* WebM reader/writter
* a subtitle converter for Timed Text Markup Language v1 and TranScript (v1, v2 and v3)
* SharpStream to wrap IntputStream and OutputStream in one interface
* custom implementation of DataInputStream
This commit is contained in:
kapodamy 2018-11-15 20:17:22 -03:00 committed by GitHub
parent eb1f56488f
commit f42d077f30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 3308 additions and 21 deletions

View file

@ -2,7 +2,7 @@ package us.shandian.giga.postprocessing;
import android.os.Message;
import org.schabi.newpipe.extractor.utils.io.SharpStream;
import org.schabi.newpipe.streams.io.SharpStream;
import java.io.File;
import java.io.IOException;