Commit 061d8ee1 by bachinger

Remove qualifier in link tag

PiperOrigin-RevId: 391485174
parent 85142be9
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment