You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td class="colFirst"><a href="com/google/android/exoplayer2/ForwardingPlayer.html" title="class in com.google.android.exoplayer2">ForwardingPlayer</a></td>
3659
3659
<th class="colLast" scope="row">
3660
-
<div class="block">A <a href="com/google/android/exoplayer2/Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a> that forwards operations to another <a href="com/google/android/exoplayer2/Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a>.</div>
3660
+
<div class="block">A <a href="com/google/android/exoplayer2/Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a> that forwards method calls to another <a href="com/google/android/exoplayer2/Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a>.</div>
Copy file name to clipboardExpand all lines: docs/doc/reference/com/google/android/exoplayer2/C.SpatializationBehavior.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ <h2 title="Annotation Type C.SpatializationBehavior" class="title">Annotation Ty
117
117
<ahref="https://developer.android.com/reference/java/lang/annotation/Retention.html" title="class or interface in java.lang.annotation" class="externalLink">@Retention</a>(<ahref="https://developer.android.com/reference/java/lang/annotation/RetentionPolicy.html?is-external=true#SOURCE" title="class or interface in java.lang.annotation" class="externalLink" target="_top">SOURCE</a>)
118
118
<ahref="https://developer.android.com/reference/java/lang/annotation/Target.html" title="class or interface in java.lang.annotation" class="externalLink">@Target</a>(<ahref="https://developer.android.com/reference/java/lang/annotation/ElementType.html?is-external=true#TYPE_USE" title="class or interface in java.lang.annotation" class="externalLink" target="_top">TYPE_USE</a>)
119
119
public static @interface <spanclass="memberNameLabel">C.SpatializationBehavior</span></pre>
120
-
<divclass="block">Represents the behavior affecting whether spatialization will be used.</div>
120
+
<divclass="block">Represents the behavior affecting whether spatialization will be used. One of <ahref="C.html#SPATIALIZATION_BEHAVIOR_AUTO"><code>C.SPATIALIZATION_BEHAVIOR_AUTO</code></a> or <ahref="C.html#SPATIALIZATION_BEHAVIOR_NEVER"><code>C.SPATIALIZATION_BEHAVIOR_NEVER</code></a>.</div>
<pre>public class <spanclass="typeNameLabel">ForwardingPlayer</span>
137
137
extends <ahref="https://developer.android.com/reference/java/lang/Object.html" title="class or interface in java.lang" class="externalLink" target="_top">Object</a>
138
138
implements <ahref="Player.html" title="interface in com.google.android.exoplayer2">Player</a></pre>
139
-
<divclass="block">A <ahref="Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a> that forwards operations to another <ahref="Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a>. Applications can use this
139
+
<divclass="block">A <ahref="Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a> that forwards method calls to another <ahref="Player.html" title="interface in com.google.android.exoplayer2"><code>Player</code></a>. Applications can use this
140
140
class to suppress or modify specific operations, by overriding the respective methods.</div>
<pre>public final class <spanclass="typeNameLabel">FlacStreamMetadata</span>
133
133
extends <ahref="https://developer.android.com/reference/java/lang/Object.html" title="class or interface in java.lang" class="externalLink" target="_top">Object</a></pre>
134
-
<divclass="block">Holder for FLAC metadata.</div>
135
-
<dl>
136
-
<dt><spanclass="seeLabel">See Also:</span></dt>
137
-
<dd><ahref="https://xiph.org/flac/format.html#metadata_block_streaminfo">FLAC format
138
-
METADATA_BLOCK_STREAMINFO</a>,
139
-
<ahref="https://xiph.org/flac/format.html#metadata_block_seektable">FLAC format
140
-
METADATA_BLOCK_SEEKTABLE</a>,
141
-
<ahref="https://xiph.org/flac/format.html#metadata_block_vorbis_comment">FLAC format
142
-
METADATA_BLOCK_VORBIS_COMMENT</a>,
143
-
<ahref="https://xiph.org/flac/format.html#metadata_block_picture">FLAC format
144
-
METADATA_BLOCK_PICTURE</a></dd>
145
-
</dl>
134
+
<divclass="block">Holder for FLAC metadata.
135
+
136
+
<p>See the following spec references:
137
+
138
+
<ul>
139
+
<li><ahref="https://xiph.org/flac/format.html#metadata_block_streaminfo">FLAC format
140
+
METADATA_BLOCK_STREAMINFO</a>
141
+
<li><ahref="https://xiph.org/flac/format.html#metadata_block_seektable">FLAC format
142
+
METADATA_BLOCK_SEEKTABLE</a>
143
+
<li><ahref="https://xiph.org/flac/format.html#metadata_block_vorbis_comment">FLAC format
144
+
METADATA_BLOCK_VORBIS_COMMENT</a>
145
+
<li><ahref="https://xiph.org/flac/format.html#metadata_block_picture">FLAC format
<pre>public final class <spanclass="typeNameLabel">VorbisBitArray</span>
133
133
extends <ahref="https://developer.android.com/reference/java/lang/Object.html" title="class or interface in java.lang" class="externalLink" target="_top">Object</a></pre>
134
-
<divclass="block">Wraps a byte array, providing methods that allow it to be read as a Vorbis bitstream.</div>
<pre>public static final class <spanclass="typeNameLabel">VorbisUtil.VorbisIdHeader</span>
131
131
extends <ahref="https://developer.android.com/reference/java/lang/Object.html" title="class or interface in java.lang" class="externalLink" target="_top">Object</a></pre>
<preclass="methodSignature">public static <ahref="VorbisUtil.VorbisIdHeader.html" title="class in com.google.android.exoplayer2.extractor">VorbisUtil.VorbisIdHeader</a> readVorbisIdentificationHeader​(<ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util">ParsableByteArray</a> headerData)
299
299
throws <ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></pre>
300
-
<divclass="block">Reads a Vorbis identification header from <code>headerData</code>.</div>
300
+
<divclass="block">Reads a Vorbis identification header from <code>headerData</code>.
301
+
302
+
<p>See the <ahref="https://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-630004.2.2">Vorbis
<dd><code>headerData</code> - a <ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util"><code>ParsableByteArray</code></a> wrapping the header data.</dd>
304
307
<dt><spanclass="returnLabel">Returns:</span></dt>
305
308
<dd>a <ahref="VorbisUtil.VorbisIdHeader.html" title="class in com.google.android.exoplayer2.extractor"><code>VorbisUtil.VorbisIdHeader</code></a> with meta data.</dd>
306
309
<dt><spanclass="throwsLabel">Throws:</span></dt>
307
310
<dd><code><ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></code> - thrown if invalid capture pattern is detected.</dd>
<preclass="methodSignature">public static <ahref="VorbisUtil.CommentHeader.html" title="class in com.google.android.exoplayer2.extractor">VorbisUtil.CommentHeader</a> readVorbisCommentHeader​(<ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util">ParsableByteArray</a> headerData)
321
321
throws <ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></pre>
322
-
<divclass="block">Reads a Vorbis comment header.</div>
322
+
<divclass="block">Reads a Vorbis comment header.
323
+
324
+
<p>See the <ahref="https://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-640004.2.3">Vorbis
<dd><code>headerData</code> - A <ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util"><code>ParsableByteArray</code></a> wrapping the header data.</dd>
326
329
<dt><spanclass="returnLabel">Returns:</span></dt>
327
330
<dd>A <ahref="VorbisUtil.CommentHeader.html" title="class in com.google.android.exoplayer2.extractor"><code>VorbisUtil.CommentHeader</code></a> with all the comments.</dd>
328
331
<dt><spanclass="throwsLabel">Throws:</span></dt>
329
332
<dd><code><ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></code> - If an error occurs parsing the comment header.</dd>
<dd><code>headerData</code> - A <ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util"><code>ParsableByteArray</code></a> wrapping the header data.</dd>
<dd>A <ahref="VorbisUtil.CommentHeader.html" title="class in com.google.android.exoplayer2.extractor"><code>VorbisUtil.CommentHeader</code></a> with all the comments.</dd>
357
360
<dt><spanclass="throwsLabel">Throws:</span></dt>
358
361
<dd><code><ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></code> - If an error occurs parsing the comment header.</dd>
<dd><code>headerData</code> - a <ahref="../util/ParsableByteArray.html" title="class in com.google.android.exoplayer2.util"><code>ParsableByteArray</code></a> containing setup header data.</dd>
@@ -426,9 +429,6 @@ <h4>readVorbisModes</h4>
426
429
<dd>an array of <ahref="VorbisUtil.Mode.html" title="class in com.google.android.exoplayer2.extractor"><code>VorbisUtil.Mode</code></a>s.</dd>
427
430
<dt><spanclass="throwsLabel">Throws:</span></dt>
428
431
<dd><code><ahref="../ParserException.html" title="class in com.google.android.exoplayer2">ParserException</a></code> - thrown if bit stream is invalid.</dd>
0 commit comments