monoandroid
namespace Android.Media.Audiofx
{
[Register("android/media/audiofx/DynamicsProcessing", ApiSince = 28, DoNotGenerateAcw = true)]
public sealed class DynamicsProcessing : AudioEffect
{
[Register("android/media/audiofx/DynamicsProcessing$MbcBand", ApiSince = 28, DoNotGenerateAcw = true)]
public sealed class MbcBand : BandBase
{
[Register(".ctor", "(ZFFFFFFFFFF)V", "", ApiSince = 28)]
public MbcBand(bool enabled, float cutoffFrequency, float attackTime, float releaseTime, float ratio, float threshold, float kneeWidth, float noiseGateThreshold, float expanderRatio, float preGain, float postGain);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |