NewPipeExtractor/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamType.java

11 wiersze
228 B
Java

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
}