AVMutableAudioMixInputParameters.SetVolumeRamp Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma rampa de áudio durante o especificado timeRange
.
[Foundation.Export("setVolumeRampFromStartVolume:toEndVolume:timeRange:")]
public virtual void SetVolumeRamp (float startVolume, float endVolume, CoreMedia.CMTimeRange timeRange);
abstract member SetVolumeRamp : single * single * CoreMedia.CMTimeRange -> unit
override this.SetVolumeRamp : single * single * CoreMedia.CMTimeRange -> unit
Parâmetros
- startVolume
- Single
- endVolume
- Single
- timeRange
- CMTimeRange
- Atributos