2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Change jdoc / comments.

This commit is contained in:
FireMasterK
2021-02-11 21:59:09 +05:30
parent f31b2a68fd
commit e975d33fbe

View File

@@ -48,7 +48,7 @@ public class AudioStream extends Stream {
/**
* Create a new audio stream
* @param url the url
* @param itag the ItagItem to use
* @param itag the ItagItem of the Stream
*/
public AudioStream(String url, ItagItem itag) {
this(url, itag.getMediaFormat(), itag.avgBitrate);