Uses of Class
ws.schild.jave.encode.enums.VsyncMethod
-
Packages that use VsyncMethod Package Description ws.schild.jave.encode ws.schild.jave.encode.enums -
-
Uses of VsyncMethod in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as VsyncMethod Modifier and Type Field Description private VsyncMethodVideoAttributes. vsyncMethods in ws.schild.jave.encode that return types with arguments of type VsyncMethod Modifier and Type Method Description java.util.Optional<VsyncMethod>VideoAttributes. getVsync()Methods in ws.schild.jave.encode with parameters of type VsyncMethod Modifier and Type Method Description VideoAttributesVideoAttributes. setVsync(VsyncMethod vsync) -
Uses of VsyncMethod in ws.schild.jave.encode.enums
Methods in ws.schild.jave.encode.enums that return VsyncMethod Modifier and Type Method Description static VsyncMethodVsyncMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VsyncMethod[]VsyncMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-