1256 lines
62 KiB
HTML
1256 lines
62 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc -->
|
|
<title>Serialized Form (NewPipeExtractor v0.21.0)</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Serialized Form (NewPipeExtractor v0.21.0)";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.Info">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/Info.html" title="class in org.schabi.newpipe.extractor">org.schabi.newpipe.extractor.Info</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>serviceId</h4>
|
|
<pre>int serviceId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>id</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
|
|
<div class="block">Id of this Info object <br>
|
|
e.g. Youtube: https://www.youtube.com/watch?v=RER5qCTzZ7 > RER5qCTzZ7</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
<div class="block">Different than the <a href="org/schabi/newpipe/extractor/Info.html#originalUrl"><code>Info.originalUrl</code></a> in the sense that it <i>may</i> be set as a cleaned url.</div>
|
|
<dl>
|
|
<dt><span class="seeLabel">See Also:</span></dt>
|
|
<dd><a href="org/schabi/newpipe/extractor/linkhandler/LinkHandler.html#getUrl--"><code>LinkHandler.getUrl()</code></a>,
|
|
<a href="org/schabi/newpipe/extractor/Extractor.html#getOriginalUrl--"><code>Extractor.getOriginalUrl()</code></a></dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>originalUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalUrl</pre>
|
|
<div class="block">The url used to start the extraction of this <a href="org/schabi/newpipe/extractor/Info.html" title="class in org.schabi.newpipe.extractor"><code>Info</code></a> object.</div>
|
|
<dl>
|
|
<dt><span class="seeLabel">See Also:</span></dt>
|
|
<dd><a href="org/schabi/newpipe/extractor/Extractor.html#getOriginalUrl--"><code>Extractor.getOriginalUrl()</code></a></dd>
|
|
</dl>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>name</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>errors</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> errors</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.InfoItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">org.schabi.newpipe.extractor.InfoItem</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>infoType</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/InfoItem.InfoType.html" title="enum in org.schabi.newpipe.extractor">InfoItem.InfoType</a> infoType</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>serviceId</h4>
|
|
<pre>int serviceId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>name</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>thumbnailUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thumbnailUrl</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.ListInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">org.schabi.newpipe.extractor.ListInfo</a> extends <a href="org/schabi/newpipe/extractor/Info.html" title="class in org.schabi.newpipe.extractor">Info</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>relatedItems</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> relatedItems</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>nextPage</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">Page</a> nextPage</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>contentFilters</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> contentFilters</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>sortFilter</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortFilter</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.MetaInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/MetaInfo.html" title="class in org.schabi.newpipe.extractor">org.schabi.newpipe.extractor.MetaInfo</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>title</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>content</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/stream/Description.html" title="class in org.schabi.newpipe.extractor.stream">Description</a> content</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>urls</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> urls</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>urlTexts</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> urlTexts</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.Page">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/Page.html" title="class in org.schabi.newpipe.extractor">org.schabi.newpipe.extractor.Page</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>id</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>ids</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> ids</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>cookies</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>> cookies</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.channel</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.channel.ChannelInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/channel/ChannelInfo.html" title="class in org.schabi.newpipe.extractor.channel">org.schabi.newpipe.extractor.channel.ChannelInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/stream/StreamInfoItem.html" title="class in org.schabi.newpipe.extractor.stream">StreamInfoItem</a>> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>avatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> avatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>parentChannelName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> parentChannelName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>parentChannelUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> parentChannelUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>parentChannelAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> parentChannelAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>bannerUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> bannerUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>feedUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> feedUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subscriberCount</h4>
|
|
<pre>long subscriberCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>description</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>donationLinks</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] donationLinks</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.channel.ChannelInfoItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/channel/ChannelInfoItem.html" title="class in org.schabi.newpipe.extractor.channel">org.schabi.newpipe.extractor.channel.ChannelInfoItem</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>description</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subscriberCount</h4>
|
|
<pre>long subscriberCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>streamCount</h4>
|
|
<pre>long streamCount</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>verified</h4>
|
|
<pre>boolean verified</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.comments</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.comments.CommentsInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/comments/CommentsInfo.html" title="class in org.schabi.newpipe.extractor.comments">org.schabi.newpipe.extractor.comments.CommentsInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html" title="class in org.schabi.newpipe.extractor.comments">CommentsInfoItem</a>> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.comments.CommentsInfoItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/comments/CommentsInfoItem.html" title="class in org.schabi.newpipe.extractor.comments">org.schabi.newpipe.extractor.comments.CommentsInfoItem</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>commentId</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> commentId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>commentText</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> commentText</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderVerified</h4>
|
|
<pre>boolean uploaderVerified</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>textualUploadDate</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> textualUploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploadDate</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a> uploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>likeCount</h4>
|
|
<pre>int likeCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>heartedByUploader</h4>
|
|
<pre>boolean heartedByUploader</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>pinned</h4>
|
|
<pre>boolean pinned</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.exceptions</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.AgeRestrictedContentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/AgeRestrictedContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.AgeRestrictedContentException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.ContentNotAvailableException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.ContentNotSupportedException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/ContentNotSupportedException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.ContentNotSupportedException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.ExtractionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.ExtractionException</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.FoundAdException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/FoundAdException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.FoundAdException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.GeographicRestrictionException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/GeographicRestrictionException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.GeographicRestrictionException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.PaidContentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/PaidContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.PaidContentException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.ParsingException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.ParsingException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">ExtractionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.PrivateContentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/PrivateContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.PrivateContentException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.ReCaptchaException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/ReCaptchaException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.ReCaptchaException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">ExtractionException</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.SoundCloudGoPlusContentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/SoundCloudGoPlusContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.SoundCloudGoPlusContentException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.exceptions.YoutubeMusicPremiumContentException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/exceptions/YoutubeMusicPremiumContentException.html" title="class in org.schabi.newpipe.extractor.exceptions">org.schabi.newpipe.extractor.exceptions.YoutubeMusicPremiumContentException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ContentNotAvailableException.html" title="class in org.schabi.newpipe.extractor.exceptions">ContentNotAvailableException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.feed</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.feed.FeedInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/feed/FeedInfo.html" title="class in org.schabi.newpipe.extractor.feed">org.schabi.newpipe.extractor.feed.FeedInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/stream/StreamInfoItem.html" title="class in org.schabi.newpipe.extractor.stream">StreamInfoItem</a>> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.kiosk</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.kiosk.KioskInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/kiosk/KioskInfo.html" title="class in org.schabi.newpipe.extractor.kiosk">org.schabi.newpipe.extractor.kiosk.KioskInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/stream/StreamInfoItem.html" title="class in org.schabi.newpipe.extractor.stream">StreamInfoItem</a>> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.linkhandler</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.linkhandler.LinkHandler">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/linkhandler/LinkHandler.html" title="class in org.schabi.newpipe.extractor.linkhandler">org.schabi.newpipe.extractor.linkhandler.LinkHandler</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>originalUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>id</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.linkhandler.ListLinkHandler">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/linkhandler/ListLinkHandler.html" title="class in org.schabi.newpipe.extractor.linkhandler">org.schabi.newpipe.extractor.linkhandler.ListLinkHandler</a> extends <a href="org/schabi/newpipe/extractor/linkhandler/LinkHandler.html" title="class in org.schabi.newpipe.extractor.linkhandler">LinkHandler</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>contentFilters</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> contentFilters</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>sortFilter</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortFilter</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.linkhandler.SearchQueryHandler">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/linkhandler/SearchQueryHandler.html" title="class in org.schabi.newpipe.extractor.linkhandler">org.schabi.newpipe.extractor.linkhandler.SearchQueryHandler</a> extends <a href="org/schabi/newpipe/extractor/linkhandler/ListLinkHandler.html" title="class in org.schabi.newpipe.extractor.linkhandler">ListLinkHandler</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.localization</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.localization.ContentCountry">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/localization/ContentCountry.html" title="class in org.schabi.newpipe.extractor.localization">org.schabi.newpipe.extractor.localization.ContentCountry</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>countryCode</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> countryCode</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.localization.DateWrapper">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">org.schabi.newpipe.extractor.localization.DateWrapper</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>offsetDateTime</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html?is-external=true" title="class or interface in java.time">OffsetDateTime</a> offsetDateTime</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>isApproximation</h4>
|
|
<pre>boolean isApproximation</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.localization.Localization">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/localization/Localization.html" title="class in org.schabi.newpipe.extractor.localization">org.schabi.newpipe.extractor.localization.Localization</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>languageCode</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> languageCode</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>countryCode</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> countryCode</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.playlist</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.playlist.PlaylistInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/playlist/PlaylistInfo.html" title="class in org.schabi.newpipe.extractor.playlist">org.schabi.newpipe.extractor.playlist.PlaylistInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/stream/StreamInfoItem.html" title="class in org.schabi.newpipe.extractor.stream">StreamInfoItem</a>> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>thumbnailUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thumbnailUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>bannerUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> bannerUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>streamCount</h4>
|
|
<pre>long streamCount</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.playlist.PlaylistInfoItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/playlist/PlaylistInfoItem.html" title="class in org.schabi.newpipe.extractor.playlist">org.schabi.newpipe.extractor.playlist.PlaylistInfoItem</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>uploaderName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderName</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>streamCount</h4>
|
|
<pre>long streamCount</pre>
|
|
<div class="block">How many streams this playlist have</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.search</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.search.SearchExtractor.NothingFoundException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/search/SearchExtractor.NothingFoundException.html" title="class in org.schabi.newpipe.extractor.search">org.schabi.newpipe.extractor.search.SearchExtractor.NothingFoundException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">ExtractionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.search.SearchInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/search/SearchInfo.html" title="class in org.schabi.newpipe.extractor.search">org.schabi.newpipe.extractor.search.SearchInfo</a> extends <a href="org/schabi/newpipe/extractor/ListInfo.html" title="class in org.schabi.newpipe.extractor">ListInfo</a><<a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a>> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>searchString</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> searchString</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>searchSuggestion</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> searchSuggestion</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>isCorrectedSearch</h4>
|
|
<pre>boolean isCorrectedSearch</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>metaInfo</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> metaInfo</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.services.youtube.extractors</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.DeobfuscateException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.DeobfuscateException.html" title="class in org.schabi.newpipe.extractor.services.youtube.extractors">org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.DeobfuscateException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.stream</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.AudioStream">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/AudioStream.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.AudioStream</a> extends <a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">Stream</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>average_bitrate</h4>
|
|
<pre>int average_bitrate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>itag</h4>
|
|
<pre>int itag</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>bitrate</h4>
|
|
<pre>int bitrate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>initStart</h4>
|
|
<pre>int initStart</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>initEnd</h4>
|
|
<pre>int initEnd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>indexStart</h4>
|
|
<pre>int indexStart</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>indexEnd</h4>
|
|
<pre>int indexEnd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>quality</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> quality</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>codec</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> codec</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.Description">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/Description.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.Description</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>content</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> content</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>type</h4>
|
|
<pre>int type</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.Stream">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.Stream</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>mediaFormat</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/MediaFormat.html" title="enum in org.schabi.newpipe.extractor">MediaFormat</a> mediaFormat</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>torrentUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> torrentUrl</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>format</h4>
|
|
<pre>int format</pre>
|
|
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Use <a href="org/schabi/newpipe/extractor/stream/Stream.html#getFormat--"><code>Stream.getFormat()</code></a> or <a href="org/schabi/newpipe/extractor/stream/Stream.html#getFormatId--"><code>Stream.getFormatId()</code></a></span></div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.StreamInfo">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/StreamInfo.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.StreamInfo</a> extends <a href="org/schabi/newpipe/extractor/Info.html" title="class in org.schabi.newpipe.extractor">Info</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>streamType</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/stream/StreamType.html" title="enum in org.schabi.newpipe.extractor.stream">StreamType</a> streamType</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>thumbnailUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thumbnailUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>textualUploadDate</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> textualUploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploadDate</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a> uploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>duration</h4>
|
|
<pre>long duration</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>ageLimit</h4>
|
|
<pre>int ageLimit</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>description</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/stream/Description.html" title="class in org.schabi.newpipe.extractor.stream">Description</a> description</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>viewCount</h4>
|
|
<pre>long viewCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>likeCount</h4>
|
|
<pre>long likeCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>dislikeCount</h4>
|
|
<pre>long dislikeCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subChannelAvatarUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> subChannelAvatarUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>videoStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> videoStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>audioStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> audioStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>videoOnlyStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> videoOnlyStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>dashMpdUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dashMpdUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>segmentedVideoStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> segmentedVideoStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>segmentedAudioStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> segmentedAudioStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>segmentedVideoOnlyStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> segmentedVideoOnlyStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>hlsUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> hlsUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>relatedStreams</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> relatedStreams</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>startPosition</h4>
|
|
<pre>long startPosition</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>subtitles</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> subtitles</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>host</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> host</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>privacy</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> privacy</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>category</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> category</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>licence</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> licence</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>support</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> support</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>language</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> language</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>tags</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> tags</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>streamSegments</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> streamSegments</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>metaInfo</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>> metaInfo</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.StreamInfo.StreamExtractException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/StreamInfo.StreamExtractException.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.StreamInfo.StreamExtractException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ExtractionException.html" title="class in org.schabi.newpipe.extractor.exceptions">ExtractionException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.StreamInfoItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/StreamInfoItem.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.StreamInfoItem</a> extends <a href="org/schabi/newpipe/extractor/InfoItem.html" title="class in org.schabi.newpipe.extractor">InfoItem</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>streamType</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/stream/StreamType.html" title="enum in org.schabi.newpipe.extractor.stream">StreamType</a> streamType</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderName</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>textualUploadDate</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> textualUploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploadDate</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/localization/DateWrapper.html" title="class in org.schabi.newpipe.extractor.localization">DateWrapper</a> uploadDate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>viewCount</h4>
|
|
<pre>long viewCount</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>duration</h4>
|
|
<pre>long duration</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>uploaderUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uploaderUrl</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>uploaderVerified</h4>
|
|
<pre>boolean uploaderVerified</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.StreamSegment">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/StreamSegment.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.StreamSegment</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>title</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
|
|
<div class="block">Title of this segment</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>startTimeSeconds</h4>
|
|
<pre>int startTimeSeconds</pre>
|
|
<div class="block">Timestamp of the starting point in seconds</div>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
<div class="block">Direct url to this segment. This can be null if the service doesn't provide such function.</div>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>previewUrl</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> previewUrl</pre>
|
|
<div class="block">Preview url for this segment. This can be null if the service doesn't provide such function
|
|
or there is no resource found.</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.SubtitlesStream">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/SubtitlesStream.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.SubtitlesStream</a> extends <a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">Stream</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>format</h4>
|
|
<pre><a href="org/schabi/newpipe/extractor/MediaFormat.html" title="enum in org.schabi.newpipe.extractor">MediaFormat</a> format</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>locale</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</a> locale</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>autoGenerated</h4>
|
|
<pre>boolean autoGenerated</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>code</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> code</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.stream.VideoStream">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/stream/VideoStream.html" title="class in org.schabi.newpipe.extractor.stream">org.schabi.newpipe.extractor.stream.VideoStream</a> extends <a href="org/schabi/newpipe/extractor/stream/Stream.html" title="class in org.schabi.newpipe.extractor.stream">Stream</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>resolution</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resolution</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>isVideoOnly</h4>
|
|
<pre>boolean isVideoOnly</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>itag</h4>
|
|
<pre>int itag</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>bitrate</h4>
|
|
<pre>int bitrate</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>initStart</h4>
|
|
<pre>int initStart</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>initEnd</h4>
|
|
<pre>int initEnd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>indexStart</h4>
|
|
<pre>int indexStart</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>indexEnd</h4>
|
|
<pre>int indexEnd</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>width</h4>
|
|
<pre>int width</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>height</h4>
|
|
<pre>int height</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>fps</h4>
|
|
<pre>int fps</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>quality</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> quality</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>codec</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> codec</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.subscription</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.subscription.SubscriptionExtractor.InvalidSourceException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/subscription/SubscriptionExtractor.InvalidSourceException.html" title="class in org.schabi.newpipe.extractor.subscription">org.schabi.newpipe.extractor.subscription.SubscriptionExtractor.InvalidSourceException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.subscription.SubscriptionItem">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/subscription/SubscriptionItem.html" title="class in org.schabi.newpipe.extractor.subscription">org.schabi.newpipe.extractor.subscription.SubscriptionItem</a> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>Serialized Fields</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>serviceId</h4>
|
|
<pre>int serviceId</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>url</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>name</h4>
|
|
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="Package">Package org.schabi.newpipe.extractor.utils</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.utils.DashMpdParser.DashMpdParsingException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/utils/DashMpdParser.DashMpdParsingException.html" title="class in org.schabi.newpipe.extractor.utils">org.schabi.newpipe.extractor.utils.DashMpdParser.DashMpdParsingException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
<li class="blockList"><a name="org.schabi.newpipe.extractor.utils.Parser.RegexException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Class <a href="org/schabi/newpipe/extractor/utils/Parser.RegexException.html" title="class in org.schabi.newpipe.extractor.utils">org.schabi.newpipe.extractor.utils.Parser.RegexException</a> extends <a href="org/schabi/newpipe/extractor/exceptions/ParsingException.html" title="class in org.schabi.newpipe.extractor.exceptions">ParsingException</a> implements Serializable</h3>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="overview-summary.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>Prev</li>
|
|
<li>Next</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
|
|
<li><a href="serialized-form.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|