mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +00:00
Fix jdoc / comments.
This commit is contained in:
@@ -48,8 +48,7 @@ public class AudioStream extends Stream {
|
||||
/**
|
||||
* Create a new audio stream
|
||||
* @param url the url
|
||||
* @param format the format
|
||||
* @param averageBitrate the average bitrate
|
||||
* @param itag the ItagItem to use
|
||||
*/
|
||||
public AudioStream(String url, ItagItem itag) {
|
||||
super(url, itag.getMediaFormat());
|
||||
|
Reference in New Issue
Block a user