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
061d8ee1
authored
Aug 18, 2021
by
bachinger
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove qualifier in link tag
PiperOrigin-RevId: 391485174
parent
85142be9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/core/src/main/java/com/google/android/exoplayer2/audio/TeeAudioProcessor.java
library/core/src/main/java/com/google/android/exoplayer2/audio/TeeAudioProcessor.java
View file @
061d8ee1
...
...
@@ -34,8 +34,8 @@ import java.nio.ByteOrder;
* <p>This audio processor can be inserted into the audio processor chain to access audio data
* before/after particular processing steps have been applied. For example, to get audio output
* after playback speed adjustment and silence skipping have been applied it is necessary to pass a
* custom {@link
com.google.android.exoplayer2.audio.DefaultAudioSink.AudioProcessorChain} when
*
creating the audio sink, and include
this audio processor after all other audio processors.
* custom {@link
DefaultAudioSink.AudioProcessorChain} when creating the audio sink, and include
* this audio processor after all other audio processors.
*/
public
final
class
TeeAudioProcessor
extends
BaseAudioProcessor
{
...
...
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