mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Document TimestampWrapper not working with previewing.
Mentioned in https://github.com/androidx/media/issues/821 PiperOrigin-RevId: 585595948
This commit is contained in:
parent
ad40db4489
commit
c650f05234
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
* other timestamps.
|
||||
*
|
||||
* <p>This currently does not work with {@code ExoPlayer#setVideoEffects}.
|
||||
*/
|
||||
@UnstableApi
|
||||
public final class TimestampWrapper implements GlEffect {
|
||||
|
|
|
|||
Loading…
Reference in a new issue