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
7c2d6355
authored
Jul 16, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Minor fixes for Javadoc warnings
parent
8a7d68da
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
library/src/main/java/com/google/android/exoplayer/C.java
library/src/main/java/com/google/android/exoplayer/audio/AudioTrack.java
library/src/main/java/com/google/android/exoplayer/C.java
View file @
7c2d6355
...
@@ -92,8 +92,6 @@ public final class C {
...
@@ -92,8 +92,6 @@ public final class C {
/**
/**
* A prefix for custom ExoPlayer WebVTT headers.
* A prefix for custom ExoPlayer WebVTT headers.
*
* @hide
*/
*/
public
static
final
String
WEBVTT_EXO_HEADER
=
"EXO-HEADER"
;
public
static
final
String
WEBVTT_EXO_HEADER
=
"EXO-HEADER"
;
...
@@ -101,8 +99,6 @@ public final class C {
...
@@ -101,8 +99,6 @@ public final class C {
* An element of a custom ExoPlayer WebVTT header. An {@code WEBVTT_OFFSET + value} element can
* An element of a custom ExoPlayer WebVTT header. An {@code WEBVTT_OFFSET + value} element can
* be added to a custom ExoPlayer WebVTT header to specify an offset time (in microseconds) that
* be added to a custom ExoPlayer WebVTT header to specify an offset time (in microseconds) that
* should be added to the embedded MPEGTS value.
* should be added to the embedded MPEGTS value.
*
* @hide
*/
*/
public
static
final
String
WEBVTT_EXO_HEADER_OFFSET
=
"OFFSET:"
;
public
static
final
String
WEBVTT_EXO_HEADER_OFFSET
=
"OFFSET:"
;
...
...
library/src/main/java/com/google/android/exoplayer/audio/AudioTrack.java
View file @
7c2d6355
...
@@ -88,7 +88,7 @@ public final class AudioTrack {
...
@@ -88,7 +88,7 @@ public final class AudioTrack {
* Thrown when {@link android.media.AudioTrack#getTimestamp} returns a spurious timestamp, if
* Thrown when {@link android.media.AudioTrack#getTimestamp} returns a spurious timestamp, if
* {@code AudioTrack#failOnSpuriousAudioTimestamp} is set.
* {@code AudioTrack#failOnSpuriousAudioTimestamp} is set.
*/
*/
p
rivate
static
final
class
InvalidAudioTrackTimestampException
extends
RuntimeException
{
p
ublic
static
final
class
InvalidAudioTrackTimestampException
extends
RuntimeException
{
public
InvalidAudioTrackTimestampException
(
String
message
)
{
public
InvalidAudioTrackTimestampException
(
String
message
)
{
super
(
message
);
super
(
message
);
...
...
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