mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Annotate CompositingVideoSinkProvider with RestrictTo
The class is public so that it can be used between different packages but it is not meant to be used by apps. PiperOrigin-RevId: 598792759
This commit is contained in:
parent
520687af28
commit
2d89ffc682
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ import android.view.Surface;
|
|||
import androidx.annotation.FloatRange;
|
||||
import androidx.annotation.IntDef;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.annotation.RestrictTo;
|
||||
import androidx.annotation.RestrictTo.Scope;
|
||||
import androidx.media3.common.C;
|
||||
import androidx.media3.common.ColorInfo;
|
||||
import androidx.media3.common.DebugViewProvider;
|
||||
|
|
@ -68,6 +70,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
|
||||
/** Handles composition of video sinks. */
|
||||
@UnstableApi
|
||||
@RestrictTo({Scope.LIBRARY_GROUP})
|
||||
public final class CompositingVideoSinkProvider
|
||||
implements VideoSinkProvider, VideoGraph.Listener, VideoFrameRenderControl.FrameRenderer {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue