mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 07:20:33 +05:30
more javadoc
This commit is contained in:
parent
e4e6d44770
commit
f60c973928
@ -5,6 +5,9 @@ import java.util.List;
|
|||||||
|
|
||||||
import org.schabi.newpipe.extractor.MediaFormat;
|
import org.schabi.newpipe.extractor.MediaFormat;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates a stream object from url, format and optional torrent url
|
||||||
|
*/
|
||||||
public abstract class Stream implements Serializable {
|
public abstract class Stream implements Serializable {
|
||||||
private final MediaFormat mediaFormat;
|
private final MediaFormat mediaFormat;
|
||||||
public final String url;
|
public final String url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user