mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 14:20:33 +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;
|
public int average_bitrate = -1;
|
||||||
|
|
||||||
// Fields for Dash
|
// Fields for Dash
|
||||||
public int bitrate;
|
private int bitrate;
|
||||||
public int initStart;
|
private int initStart;
|
||||||
public int initEnd;
|
private int initEnd;
|
||||||
public int indexStart;
|
private int indexStart;
|
||||||
public int indexEnd;
|
private int indexEnd;
|
||||||
public String codec;
|
private String codec;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new audio stream
|
* Create a new audio stream
|
||||||
|
Loading…
Reference in New Issue
Block a user