File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .stream_info ;
22
3+ import java .io .Serializable ;
4+
35/**
46 * Created by Christian Schabesberger on 04.03.16.
57 *
2022 * along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
2123 */
2224
23- public class AudioStream {
25+ public class AudioStream implements Serializable {
2426 public String url = "" ;
2527 public int format = -1 ;
2628 public int bandwidth = -1 ;
Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .stream_info ;
22
3+ import java .io .Serializable ;
4+
35/**
46 * Created by Christian Schabesberger on 04.03.16.
57 *
2022 * along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
2123 */
2224
23- public class VideoStream {
25+ public class VideoStream implements Serializable {
2426 //url of the stream
2527 public String url = "" ;
2628 public int format = -1 ;
You can’t perform that action at this time.
0 commit comments