Uses of Enum Class
com.openinventor.inventor.mpeg.SoMPEGRenderer.Components
Packages that use SoMPEGRenderer.Components
-
Uses of SoMPEGRenderer.Components in com.openinventor.inventor.mpeg
Methods in com.openinventor.inventor.mpeg that return SoMPEGRenderer.ComponentsModifier and TypeMethodDescriptionSoMPEGRenderer.getComponents()
Returns the number of color components of the frames recorded.static SoMPEGRenderer.Components
SoMPEGRenderer.Components.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoMPEGRenderer.Components
Returns the enum constant of this class with the specified name.static SoMPEGRenderer.Components[]
SoMPEGRenderer.Components.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.mpeg with parameters of type SoMPEGRenderer.ComponentsModifier and TypeMethodDescriptionvoid
SoMPEGRenderer.setComponents
(SoMPEGRenderer.Components components) Set the number of color components of the frames recorded.