AVAudioMixInputParameters.GetVolumeRamp Method
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.
The volume ramp for the specified time. Note that output is largely via ref
args.
[Foundation.Export("getVolumeRampForTime:startVolume:endVolume:timeRange:")]
public virtual bool GetVolumeRamp (CoreMedia.CMTime forTime, ref float startVolume, ref float endVolume, ref CoreMedia.CMTimeRange timeRange);
abstract member GetVolumeRamp : CoreMedia.CMTime * * * -> bool
override this.GetVolumeRamp : CoreMedia.CMTime * * * -> bool
Parameters
- forTime
- CMTime
- startVolume
- Single
- endVolume
- Single
- timeRange
- CMTimeRange
Returns
- Attributes