DynamicsProcessing.Limiter.AttackTime Property
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.
gets attack time for limiter compressor in milliseconds (ms) -or- sets attack time for limiter compressor in milliseconds (ms)
public float AttackTime { [Android.Runtime.Register("getAttackTime", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setAttackTime", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getAttackTime", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setAttackTime", "(F)V", "", ApiSince=28)>]
member this.AttackTime : single with get, set
Property Value
attack time for limiter compressor in milliseconds (ms)
- Attributes
Remarks
Property getter documentation:
gets attack time for limiter compressor in milliseconds (ms)
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getAttackTime()
.
Property setter documentation:
sets attack time for limiter compressor in milliseconds (ms)
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setAttackTime(float)
.
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.