Document TimestampWrapper not working with previewing.

Mentioned in https://github.com/androidx/media/issues/821

PiperOrigin-RevId: 585595948
This commit is contained in:
huangdarwin 2023-11-27 03:22:49 -08:00 committed by Copybara-Service
parent ad40db4489
commit c650f05234

View File

@ -26,6 +26,8 @@ import androidx.media3.common.util.UnstableApi;
/** /**
* Applies a {@link GlEffect} from {@code startTimeUs} to {@code endTimeUs}, and no change on all * Applies a {@link GlEffect} from {@code startTimeUs} to {@code endTimeUs}, and no change on all
* other timestamps. * other timestamps.
*
* <p>This currently does not work with {@code ExoPlayer#setVideoEffects}.
*/ */
@UnstableApi @UnstableApi
public final class TimestampWrapper implements GlEffect { public final class TimestampWrapper implements GlEffect {