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