mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 14:55:26 +00:00
Change jdoc / comments.
This commit is contained in:
@@ -48,7 +48,7 @@ public class AudioStream extends Stream {
|
|||||||
/**
|
/**
|
||||||
* Create a new audio stream
|
* Create a new audio stream
|
||||||
* @param url the url
|
* @param url the url
|
||||||
* @param itag the ItagItem to use
|
* @param itag the ItagItem of the Stream
|
||||||
*/
|
*/
|
||||||
public AudioStream(String url, ItagItem itag) {
|
public AudioStream(String url, ItagItem itag) {
|
||||||
this(url, itag.getMediaFormat(), itag.avgBitrate);
|
this(url, itag.getMediaFormat(), itag.avgBitrate);
|
||||||
|
Reference in New Issue
Block a user