DynamicsProcessing.Config Class
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.
Class for Config object, used by DynamicsProcessing to configure and update the audio effect.
[Android.Runtime.Register("android/media/audiofx/DynamicsProcessing$Config", ApiSince=28, DoNotGenerateAcw=true)]
public sealed class DynamicsProcessing.Config : Java.Lang.Object
[<Android.Runtime.Register("android/media/audiofx/DynamicsProcessing$Config", ApiSince=28, DoNotGenerateAcw=true)>]
type DynamicsProcessing.Config = class
inherit Object
- Inheritance
- Attributes
Remarks
Class for Config object, used by DynamicsProcessing to configure and update the audio effect. use Builder to instantiate objects of this type.
Java documentation for android.media.audiofx.DynamicsProcessing.Config
.
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.
Properties
Class |
Returns the runtime class of this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
IsLimiterInUse |
Gets if Limiter stage is in use |
IsMbcInUse |
Gets if Mbc stage is in use |
IsPostEqInUse |
Gets if PostEq stage is in use |
IsPreEqInUse |
Gets if preEq stage is in use |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
MbcBandCount |
Gets number of bands configured for the Mbc stage. |
PeerReference | (Inherited from Object) |
PostEqBandCount |
Gets number of bands configured for the PostEq stage. |
PreEqBandCount |
Gets number of bands configured for the PreEq stage. |
PreferredFrameDuration |
Gets preferred frame duration in milliseconds (ms). |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
Variant |
Gets variant for effect engine See |
Methods
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |