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