次の方法で共有


DynamicsProcessing.VariantFavorTimeResolution Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Audiofx.VariantType enum directly instead of this field.

Index of variant that favors time resolution resolution.

[Android.Runtime.Register("VARIANT_FAVOR_TIME_RESOLUTION", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VariantType enum directly instead of this field.", true)]
public const Android.Media.Audiofx.VariantType VariantFavorTimeResolution = 1;
[<Android.Runtime.Register("VARIANT_FAVOR_TIME_RESOLUTION", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VariantType enum directly instead of this field.", true)>]
val mutable VariantFavorTimeResolution : Android.Media.Audiofx.VariantType

Field Value

Value = 1
Attributes

Remarks

Index of variant that favors time resolution resolution. Time domain based implementation.

Java documentation for android.media.audiofx.DynamicsProcessing.VARIANT_FAVOR_TIME_RESOLUTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to