mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 14:20:33 +05:30
Fix jdoc / comments.
This commit is contained in:
parent
a7c9905183
commit
3f6a601be8
@ -48,8 +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 format the format
|
* @param itag the ItagItem to use
|
||||||
* @param averageBitrate the average bitrate
|
|
||||||
*/
|
*/
|
||||||
public AudioStream(String url, ItagItem itag) {
|
public AudioStream(String url, ItagItem itag) {
|
||||||
super(url, itag.getMediaFormat());
|
super(url, itag.getMediaFormat());
|
||||||
|
Loading…
Reference in New Issue
Block a user