Uses of Class
org.praxislive.video.gstreamer.VideoCapture.State
-
Packages that use VideoCapture.State Package Description org.praxislive.video.gstreamer -
-
Uses of VideoCapture.State in org.praxislive.video.gstreamer
Methods in org.praxislive.video.gstreamer that return VideoCapture.State Modifier and Type Method Description VideoCapture.State
VideoCapture. state()
static VideoCapture.State
VideoCapture.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoCapture.State[]
VideoCapture.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-