Stay organized with collections Save and categorize content based on your preferences.
Added in API level 23
Deprecated in API level 31

ScriptGroup.Input

public static final class ScriptGroup.Input
extends Object

java.lang.Object
   ↳ android.renderscript.ScriptGroup.Input


An opaque class for script group inputs

Created by calling the Builder2#addInput method. The value is assigned in ScriptGroup#execute(Object...) method as one of its arguments. Arguments to the execute method should be in the same order as intputs are added using the addInput method.

Summary

Inherited methods