mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 22:30:33 +05:30
Change jdoc / comments.
This commit is contained in:
parent
f31b2a68fd
commit
e975d33fbe
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user