VideoSink.FirstFrameReleaseInstruction


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@UnstableApi
@IntDef(value = )
public 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.