AudioUnitParameterEvent.EventValuesStruct.RampStruct Struct

Definition

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.

Applies to