Change jdoc / comments.

pull/535/head
FireMasterK 2021-02-11 21:59:09 +05:30
rodzic f31b2a68fd
commit e975d33fbe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);