public enum

VideoOutput.SourceState

extends java.lang.Enum<VideoOutput.SourceState>

 java.lang.Object

↳java.lang.Enum<VideoOutput.SourceState>

↳androidx.camera.video.VideoOutput.SourceState

Overview

A state which represents whether the video frame producer is producing frames to the provided .

Summary

Enum Constants
ACTIVE_NON_STREAMINGThe video frame producer is active but is not producing frames.
ACTIVE_STREAMINGThe video frame producer is active and is producing frames.
INACTIVEThe video frame producer is inactive.
Methods
public static VideoOutput.SourceStatevalueOf(java.lang.String name)

public static VideoOutput.SourceStatevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

ACTIVE_STREAMING

The video frame producer is active and is producing frames.

ACTIVE_NON_STREAMING

The video frame producer is active but is not producing frames.

INACTIVE

The video frame producer is inactive.

Methods

public static VideoOutput.SourceState values()

public static VideoOutput.SourceState valueOf(java.lang.String name)