VideoSink.FirstFrameReleaseInstruction
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@UnstableApi
@IntDef(value = )
annotation VideoSink.FirstFrameReleaseInstruction
The instruction provided when the stream changes for releasing the first frame.
One of RELEASE_FIRST_FRAME_IMMEDIATELY
, RELEASE_FIRST_FRAME_WHEN_STARTED
or RELEASE_FIRST_FRAME_WHEN_PREVIOUS_STREAM_PROCESSED
.