Contents

parameters()

Returns an asynchronous sequence that provides updates to the processing Parameter array if the processing extension makes changes to the set of Parameters.

Declaration

func parameters() -> any AsyncSequence<[VTRAWProcessingSession.Parameter], Never>

Discussion

These changes could be: - adding or removing Parameters - enabling/disabling Parameters - changing default values for a Parameter

See Also

Configuring parameters