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
21b07ba4
authored
Jun 24, 2020
by
olly
Committed by
Christos Tsilopoulos
Jun 26, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix broken @value Javadoc
PiperOrigin-RevId: 318077821
parent
35cd367c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
library/core/src/main/java/com/google/android/exoplayer2/audio/AuxEffectInfo.java
library/core/src/main/java/com/google/android/exoplayer2/util/GlUtil.java
extensions/ima/src/main/java/com/google/android/exoplayer2/ext/ima/ImaAdsLoader.java
View file @
21b07ba4
...
...
@@ -177,7 +177,7 @@ public final class ImaAdsLoader implements Player.EventListener, AdsLoader {
* Sets the duration in milliseconds for which the player must buffer while preloading an ad
* group before that ad group is skipped and marked as having failed to load. Pass {@link
* C#TIME_UNSET} if there should be no such timeout. The default value is {@value
* DEFAULT_AD_PRELOAD_TIMEOUT_MS} ms.
*
#
DEFAULT_AD_PRELOAD_TIMEOUT_MS} ms.
*
* <p>The purpose of this timeout is to avoid playback getting stuck in the unexpected case that
* the IMA SDK does not load an ad break based on the player's reported content position.
...
...
library/core/src/main/java/com/google/android/exoplayer2/audio/AuxEffectInfo.java
View file @
21b07ba4
...
...
@@ -50,7 +50,7 @@ public final class AuxEffectInfo {
* Creates an instance with the given effect identifier and send level.
*
* @param effectId The effect identifier. This is the value returned by {@link
* AudioEffect#getId()} on the effect, or {@value NO_AUX_EFFECT_ID} which represents no
* AudioEffect#getId()} on the effect, or {@value
#
NO_AUX_EFFECT_ID} which represents no
* effect. This value is passed to {@link AudioTrack#attachAuxEffect(int)} on the underlying
* audio track.
* @param sendLevel The send level for the effect, where 0 represents no effect and a value of 1
...
...
library/core/src/main/java/com/google/android/exoplayer2/util/GlUtil.java
View file @
21b07ba4
...
...
@@ -204,8 +204,8 @@ public final class GlUtil {
private
GlUtil
()
{}
/**
* Returns whether creating a GL context with {@value
EXTENSION_PROTECTED_CONTENT} is possible. If
* {@code true}, the device supports a protected output path for DRM content when using GL.
* Returns whether creating a GL context with {@value
#EXTENSION_PROTECTED_CONTENT} is possible.
*
If
{@code true}, the device supports a protected output path for DRM content when using GL.
*/
public
static
boolean
isProtectedContentExtensionSupported
(
Context
context
)
{
if
(
Util
.
SDK_INT
<
24
)
{
...
...
@@ -232,7 +232,7 @@ public final class GlUtil {
}
/**
* Returns whether creating a GL context with {@value EXTENSION_SURFACELESS_CONTEXT} is possible.
* Returns whether creating a GL context with {@value
#
EXTENSION_SURFACELESS_CONTEXT} is possible.
*/
public
static
boolean
isSurfacelessContextExtensionSupported
()
{
if
(
Util
.
SDK_INT
<
17
)
{
...
...
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