Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
567f2a65
authored
Dec 09, 2019
by
olly
Committed by
Oliver Woodman
Dec 09, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix Javadoc issues
PiperOrigin-RevId: 284509437
parent
bdcdabac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
library/core/src/main/java/com/google/android/exoplayer2/extractor/ExtractorInput.java
library/core/src/main/java/com/google/android/exoplayer2/text/ssa/SsaDecoder.java
library/core/src/main/java/com/google/android/exoplayer2/extractor/ExtractorInput.java
View file @
567f2a65
...
...
@@ -33,7 +33,7 @@ import java.io.InputStream;
* wants to read an entire block/frame/header of known length.
* </ul>
*
* <h
4>{@link InputStream}-like methods</h4
>
* <h
3>{@link InputStream}-like methods</h3
>
*
* <p>The {@code read()} and {@code skip()} methods provide {@link InputStream}-like byte-level
* access operations. The {@code length} parameter is a maximum, and each method returns the number
...
...
@@ -41,7 +41,7 @@ import java.io.InputStream;
* was reached, or the method was interrupted, or the operation was aborted early for another
* reason.
*
* <h
4>Block-based methods</h4
>
* <h
3>Block-based methods</h3
>
*
* <p>The {@code read/skip/peekFully()} and {@code advancePeekPosition()} methods assume the user
* wants to read an entire block/frame/header of known length.
...
...
@@ -218,7 +218,7 @@ public interface ExtractorInput {
throws
IOException
,
InterruptedException
;
/**
* Advances the peek position by {@code length} bytes. Like {@link #peekFully(byte[], int, int
,
)}
* Advances the peek position by {@code length} bytes. Like {@link #peekFully(byte[], int, int)}
* except the data is skipped instead of read.
*
* @param length The number of bytes to peek from the input.
...
...
library/core/src/main/java/com/google/android/exoplayer2/text/ssa/SsaDecoder.java
View file @
567f2a65
...
...
@@ -72,7 +72,7 @@ public final class SsaDecoder extends SimpleSubtitleDecoder {
}
/**
* Constructs an SsaDecoder with optional format
&
header info.
* Constructs an SsaDecoder with optional format
and
header info.
*
* @param initializationData Optional initialization data for the decoder. If not null or empty,
* the initialization data must consist of two byte arrays. The first must contain an SSA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment