Skip to content

Commit

Permalink
Javadoc r1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Jul 16, 2015
1 parent ce06d60 commit bb868cf
Show file tree
Hide file tree
Showing 324 changed files with 9,231 additions and 2,836 deletions.
24 changes: 18 additions & 6 deletions doc/reference/allclasses-frame.html

Large diffs are not rendered by default.

24 changes: 18 additions & 6 deletions doc/reference/allclasses-noframe.html

Large diffs are not rendered by default.

390 changes: 390 additions & 0 deletions doc/reference/com/google/android/exoplayer/AspectRatioFrameLayout.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue May 19 14:44:23 BST 2015 -->
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jul 16 20:41:31 BST 2015 -->
<title>BehindLiveWindowException (ExoPlayer library)</title>
<meta name="date" content="2015-05-19">
<meta name="date" content="2015-07-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down Expand Up @@ -35,7 +35,7 @@
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/google/android/exoplayer/AspectRatioFrameLayout.html" title="class in com.google.android.exoplayer"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/google/android/exoplayer/C.html" title="class in com.google.android.exoplayer"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
Expand Down Expand Up @@ -221,7 +221,7 @@ <h4>BehindLiveWindowException</h4>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../com/google/android/exoplayer/AspectRatioFrameLayout.html" title="class in com.google.android.exoplayer"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/google/android/exoplayer/C.html" title="class in com.google.android.exoplayer"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
Expand Down
83 changes: 69 additions & 14 deletions doc/reference/com/google/android/exoplayer/C.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue May 19 14:44:23 BST 2015 -->
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jul 16 20:41:31 BST 2015 -->
<title>C (ExoPlayer library)</title>
<meta name="date" content="2015-05-19">
<meta name="date" content="2015-07-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down Expand Up @@ -136,42 +136,61 @@ <h3>Field Summary</h3>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#MATCH_LONGEST_US">MATCH_LONGEST_US</a></strong></code>
<div class="block">Represents a microsecond duration whose exact value is unknown, but which should match the
longest of some other known durations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#MICROS_PER_SECOND">MICROS_PER_SECOND</a></strong></code>
<div class="block">The number of microseconds in one second.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#RESULT_END_OF_INPUT">RESULT_END_OF_INPUT</a></strong></code>
<div class="block">A return value for methods where the end of an input was encountered.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#SAMPLE_FLAG_DECODE_ONLY">SAMPLE_FLAG_DECODE_ONLY</a></strong></code>
<div class="block">Indicates that a sample should be decoded but not rendered.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#SAMPLE_FLAG_ENCRYPTED">SAMPLE_FLAG_ENCRYPTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#SAMPLE_FLAG_SYNC">SAMPLE_FLAG_SYNC</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#UNKNOWN_TIME_US">UNKNOWN_TIME_US</a></strong></code>
<div class="block">Represents an unknown microsecond time or duration.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#UTF8_NAME">UTF8_NAME</a></strong></code>
<div class="block">The name of the UTF-8 charset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#WEBVTT_EXO_HEADER">WEBVTT_EXO_HEADER</a></strong></code>
<div class="block">A prefix for custom ExoPlayer WebVTT headers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/google/android/exoplayer/C.html#WEBVTT_EXO_HEADER_OFFSET">WEBVTT_EXO_HEADER_OFFSET</a></strong></code>
<div class="block">An element of a custom ExoPlayer WebVTT header.</div>
</td>
</tr>
</table>
</li>
</ul>
Expand Down Expand Up @@ -213,6 +232,18 @@ <h4>UNKNOWN_TIME_US</h4>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.google.android.exoplayer.C.UNKNOWN_TIME_US">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MATCH_LONGEST_US">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MATCH_LONGEST_US</h4>
<pre>public static final&nbsp;long MATCH_LONGEST_US</pre>
<div class="block">Represents a microsecond duration whose exact value is unknown, but which should match the
longest of some other known durations.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.google.android.exoplayer.C.MATCH_LONGEST_US">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MICROS_PER_SECOND">
<!-- -->
</a>
Expand Down Expand Up @@ -253,7 +284,7 @@ <h4>UTF8_NAME</h4>
<li class="blockList">
<h4>CRYPTO_MODE_AES_CTR</h4>
<pre>public static final&nbsp;int CRYPTO_MODE_AES_CTR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://d.android.com/reference/android/media/MediaCodec.html?is-external=true#CRYPTO_MODE_AES_CTR" title="class or interface in android.media"><code>MediaCodec.CRYPTO_MODE_AES_CTR</code></a>,
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://developer.android.com/reference/android/media/MediaCodec.html?is-external=true#CRYPTO_MODE_AES_CTR" title="class or interface in android.media"><code>MediaCodec.CRYPTO_MODE_AES_CTR</code></a>,
<a href="../../../../constant-values.html#com.google.android.exoplayer.C.CRYPTO_MODE_AES_CTR">Constant Field Values</a></dd></dl>
</li>
</ul>
Expand All @@ -264,7 +295,7 @@ <h4>CRYPTO_MODE_AES_CTR</h4>
<li class="blockList">
<h4>ENCODING_AC3</h4>
<pre>public static final&nbsp;int ENCODING_AC3</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://d.android.com/reference/android/media/AudioFormat.html?is-external=true#ENCODING_AC3" title="class or interface in android.media"><code>AudioFormat.ENCODING_AC3</code></a>,
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://developer.android.com/reference/android/media/AudioFormat.html?is-external=true#ENCODING_AC3" title="class or interface in android.media"><code>AudioFormat.ENCODING_AC3</code></a>,
<a href="../../../../constant-values.html#com.google.android.exoplayer.C.ENCODING_AC3">Constant Field Values</a></dd></dl>
</li>
</ul>
Expand All @@ -275,7 +306,7 @@ <h4>ENCODING_AC3</h4>
<li class="blockList">
<h4>ENCODING_E_AC3</h4>
<pre>public static final&nbsp;int ENCODING_E_AC3</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://d.android.com/reference/android/media/AudioFormat.html?is-external=true#ENCODING_E_AC3" title="class or interface in android.media"><code>AudioFormat.ENCODING_E_AC3</code></a>,
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://developer.android.com/reference/android/media/AudioFormat.html?is-external=true#ENCODING_E_AC3" title="class or interface in android.media"><code>AudioFormat.ENCODING_E_AC3</code></a>,
<a href="../../../../constant-values.html#com.google.android.exoplayer.C.ENCODING_E_AC3">Constant Field Values</a></dd></dl>
</li>
</ul>
Expand All @@ -286,7 +317,7 @@ <h4>ENCODING_E_AC3</h4>
<li class="blockList">
<h4>SAMPLE_FLAG_SYNC</h4>
<pre>public static final&nbsp;int SAMPLE_FLAG_SYNC</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://d.android.com/reference/android/media/MediaExtractor.html?is-external=true#SAMPLE_FLAG_SYNC" title="class or interface in android.media"><code>MediaExtractor.SAMPLE_FLAG_SYNC</code></a>,
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://developer.android.com/reference/android/media/MediaExtractor.html?is-external=true#SAMPLE_FLAG_SYNC" title="class or interface in android.media"><code>MediaExtractor.SAMPLE_FLAG_SYNC</code></a>,
<a href="../../../../constant-values.html#com.google.android.exoplayer.C.SAMPLE_FLAG_SYNC">Constant Field Values</a></dd></dl>
</li>
</ul>
Expand All @@ -297,7 +328,7 @@ <h4>SAMPLE_FLAG_SYNC</h4>
<li class="blockList">
<h4>SAMPLE_FLAG_ENCRYPTED</h4>
<pre>public static final&nbsp;int SAMPLE_FLAG_ENCRYPTED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://d.android.com/reference/android/media/MediaExtractor.html?is-external=true#SAMPLE_FLAG_ENCRYPTED" title="class or interface in android.media"><code>MediaExtractor.SAMPLE_FLAG_ENCRYPTED</code></a>,
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="https://developer.android.com/reference/android/media/MediaExtractor.html?is-external=true#SAMPLE_FLAG_ENCRYPTED" title="class or interface in android.media"><code>MediaExtractor.SAMPLE_FLAG_ENCRYPTED</code></a>,
<a href="../../../../constant-values.html#com.google.android.exoplayer.C.SAMPLE_FLAG_ENCRYPTED">Constant Field Values</a></dd></dl>
</li>
</ul>
Expand All @@ -315,14 +346,38 @@ <h4>SAMPLE_FLAG_DECODE_ONLY</h4>
<a name="RESULT_END_OF_INPUT">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>RESULT_END_OF_INPUT</h4>
<pre>public static final&nbsp;int RESULT_END_OF_INPUT</pre>
<div class="block">A return value for methods where the end of an input was encountered.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.google.android.exoplayer.C.RESULT_END_OF_INPUT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WEBVTT_EXO_HEADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WEBVTT_EXO_HEADER</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> WEBVTT_EXO_HEADER</pre>
<div class="block">A prefix for custom ExoPlayer WebVTT headers.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.google.android.exoplayer.C.WEBVTT_EXO_HEADER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="WEBVTT_EXO_HEADER_OFFSET">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WEBVTT_EXO_HEADER_OFFSET</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> WEBVTT_EXO_HEADER_OFFSET</pre>
<div class="block">An element of a custom ExoPlayer WebVTT header. An <code>WEBVTT_OFFSET + value</code> element can
be added to a custom ExoPlayer WebVTT header to specify an offset time (in microseconds) that
should be added to the embedded MPEGTS value.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.google.android.exoplayer.C.WEBVTT_EXO_HEADER_OFFSET">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/com/google/android/exoplayer/CodecCounters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue May 19 14:44:23 BST 2015 -->
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jul 16 20:41:31 BST 2015 -->
<title>CodecCounters (ExoPlayer library)</title>
<meta name="date" content="2015-05-19">
<meta name="date" content="2015-07-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Loading

0 comments on commit bb868cf

Please sign in to comment.