AudioUnitParameterEvent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A change for an audio unit parameter.
public struct AudioUnitParameterEvent
type AudioUnitParameterEvent = struct
- Inheritance
-
AudioUnitParameterEvent
Fields
Element |
The audio element whose parameter changed. |
EventType |
Whether the change was a step change (immediate) or gradual linear change (ramped). |
EventValues |
The values that describe the change event for the parameter. |
Parameter |
The identifier for the changed parameter. |
Scope |
The changed parameter's audio unit scope. |