Uses of Class
com.openinventor.inventor.mpeg.SoMPEGRenderer.Components
-
Packages that use SoMPEGRenderer.Components Package Description com.openinventor.inventor.mpeg -
-
Uses of SoMPEGRenderer.Components in com.openinventor.inventor.mpeg
Methods in com.openinventor.inventor.mpeg that return SoMPEGRenderer.Components Modifier and Type Method Description SoMPEGRenderer.Components
SoMPEGRenderer. 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
SoMPEGRenderer.Components. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMPEGRenderer.Components[]
SoMPEGRenderer.Components. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.mpeg with parameters of type SoMPEGRenderer.Components Modifier and Type Method Description void
SoMPEGRenderer. setComponents(SoMPEGRenderer.Components components)
Set the number of color components of the frames recorded.
-