VideoFrameReleaseControl.FrameReleaseAction
Artifact: androidx.media3:media3-exoplayer
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@UnstableApi
@IntDef(value = )
annotation VideoFrameReleaseControl.FrameReleaseAction
The frame release action returned by getFrameReleaseAction
.
One of FRAME_RELEASE_IMMEDIATELY
, FRAME_RELEASE_SCHEDULED
, FRAME_RELEASE_DROP
, FRAME_RELEASE_IGNORE
, # or FRAME_RELEASE_TRY_AGAIN_LATER
.