mirror of
https://github.com/samsonjs/media.git
synced 2026-04-20 13:45:47 +00:00
Remove qualifier in link tag
PiperOrigin-RevId: 391485174
This commit is contained in:
parent
85142be9a4
commit
061d8ee193
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue