AudioUnitParameterEvent.EventValuesStruct.RampStruct 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.
Contains values that describe a linear ramp change in a parameter value.
public struct AudioUnitParameterEvent.EventValuesStruct.RampStruct
type AudioUnitParameterEvent.EventValuesStruct.RampStruct = struct
- Inheritance
-
AudioUnitParameterEvent.EventValuesStruct.RampStruct
Fields
DurationInFrames |
The number of frames over which the change occurs. |
EndValue |
The final value of the parameter. |
StartBufferOffset |
The offset into the frame buffer at which the change begins. |
StartValue |
The start value of the parameter. |