mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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
|
* <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
|
* 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
|
* 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
|
* custom {@link DefaultAudioSink.AudioProcessorChain} when creating the audio sink, and include
|
||||||
* creating the audio sink, and include this audio processor after all other audio processors.
|
* this audio processor after all other audio processors.
|
||||||
*/
|
*/
|
||||||
public final class TeeAudioProcessor extends BaseAudioProcessor {
|
public final class TeeAudioProcessor extends BaseAudioProcessor {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue