Make fields private

Co-authored-by: bopol <bopol@e.email>
This commit is contained in:
FireMasterK 2021-02-11 15:00:10 +00:00
parent d1054338d3
commit 0c0f2d74bc
1 changed files with 6 additions and 6 deletions

View File

@ -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