Share via


AVAudioMixInputParameters.GetVolumeRamp Method

Definition

[Foundation.Export("getVolumeRampForTime:startVolume:endVolume:timeRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetVolumeRamp(CoreMedia.CMTime forTime, ref float startVolume, ref float endVolume, ref CoreMedia.CMTimeRange timeRange);
[<Foundation.Export("getVolumeRampForTime:startVolume:endVolume:timeRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetVolumeRamp : CoreMedia.CMTime * single * single * CMTimeRange -> bool
override this.GetVolumeRamp : CoreMedia.CMTime * single * single * CMTimeRange -> bool

Parameters

forTime
CMTime
startVolume
Single
endVolume
Single
timeRange
CMTimeRange

Returns

Attributes

Applies to