The result returned from a GeneratorInstance.IRealtime.Process call.
This primarily contains the amount of frames actually written into the passed-in ChannelBuffer,
and the status of the generator (eg. whether it has finished or not).
Additional resources: RealtimeContext.Process
| Property | Description |
|---|---|
| processedFrames | Number of frames processed by the GeneratorInstance in RealtimeContext.Process. |
| Method | Description |
|---|---|
| isFinished | If this is true, the GeneratorInstance has finished generating audio and won't produce any more frames. |
| Method | Description |
|---|---|
| Finished | Creates a new Result that indicates the generator has finished from this point on, having delivered GeneratorInstance.Result.processedFrames additionally. |
| Operator | Description |
|---|---|
| Result | Creates a new Result from a number of frames processed. |