2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 14:26:14 +00:00

more javadoc

This commit is contained in:
yausername
2019-03-23 19:32:06 +05:30
parent e4e6d44770
commit f60c973928

View File

@@ -5,6 +5,9 @@ import java.util.List;
import org.schabi.newpipe.extractor.MediaFormat;
/**
* Creates a stream object from url, format and optional torrent url
*/
public abstract class Stream implements Serializable {
private final MediaFormat mediaFormat;
public final String url;