We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63b7e8 commit 6cdea64Copy full SHA for 6cdea64
1 file changed
stream_info/AudioStream.java
@@ -1,5 +1,7 @@
1
package org.schabi.newpipe.extractor.stream_info;
2
3
+import java.io.Serializable;
4
+
5
/**
6
* Created by Christian Schabesberger on 04.03.16.
7
*
@@ -20,7 +22,7 @@
20
22
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
21
23
*/
24
-public class AudioStream {
25
+public class AudioStream implements Serializable{
26
public String url = "";
27
public int format = -1;
28
public int bandwidth = -1;
0 commit comments