The configuration of a specific instance of a generator.
Property | Description |
---|---|
isFinite | Declares wether this Generator instance has a defined length and will eventually end. |
isRealtime | Declares wether this Generator instance should be treated as rendering in real time. |
length | Declares the length in seconds of this Generator instance, if known. |
properties | Optional or additional metadata about the Generator instance. |
setup | Information on the audio setup of a Generator instance, required to be provided to the instantiator in a Generator.Configure call. |