AudioParamWillBeDestroyedEvent constructor
AudioParamWillBeDestroyedEvent({
- required GraphObjectId contextId,
- required GraphObjectId nodeId,
- required GraphObjectId paramId,
Implementation
AudioParamWillBeDestroyedEvent(
{required this.contextId, required this.nodeId, required this.paramId});