Skip to content

Commit f60c973

Browse files
committed
more javadoc
1 parent e4e6d44 commit f60c973

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/stream

extractor/src/main/java/org/schabi/newpipe/extractor/stream/Stream.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
import org.schabi.newpipe.extractor.MediaFormat;
77

8+
/**
9+
* Creates a stream object from url, format and optional torrent url
10+
*/
811
public abstract class Stream implements Serializable {
912
private final MediaFormat mediaFormat;
1013
public final String url;

0 commit comments

Comments
 (0)