Fix dash parser and more refactor
- Add new itags
This commit is contained in:
10
stream/StreamType.java
Normal file
10
stream/StreamType.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package org.schabi.newpipe.extractor.stream;
|
||||
|
||||
public enum StreamType {
|
||||
NONE, // placeholder to check if stream type was checked or not
|
||||
VIDEO_STREAM,
|
||||
AUDIO_STREAM,
|
||||
LIVE_STREAM,
|
||||
AUDIO_LIVE_STREAM,
|
||||
FILE
|
||||
}
|
||||
Reference in New Issue
Block a user