mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
Make fields private
Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
parent
d1054338d3
commit
0c0f2d74bc
@ -26,12 +26,12 @@ public class AudioStream extends Stream {
|
||||
public int average_bitrate = -1;
|
||||
|
||||
// Fields for Dash
|
||||
public int bitrate;
|
||||
public int initStart;
|
||||
public int initEnd;
|
||||
public int indexStart;
|
||||
public int indexEnd;
|
||||
public String codec;
|
||||
private int bitrate;
|
||||
private int initStart;
|
||||
private int initEnd;
|
||||
private int indexStart;
|
||||
private int indexEnd;
|
||||
private String codec;
|
||||
|
||||
/**
|
||||
* Create a new audio stream
|
||||
|
Loading…
Reference in New Issue
Block a user