DynamicsProcessing.MbcBand.Ratio 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 the compressor ratio (N:1) -or- sets compressor ratio (N:1)
public float Ratio { [Android.Runtime.Register("getRatio", "()F", "", ApiSince=28)] get; [Android.Runtime.Register("setRatio", "(F)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getRatio", "()F", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setRatio", "(F)V", "", ApiSince=28)>]
member this.Ratio : single with get, set
Property Value
compressor ratio (N:1)
- Attributes
Remarks
Property getter documentation:
gets the compressor ratio (N:1)
Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getRatio()
.
Property setter documentation:
sets compressor ratio (N:1)
Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setRatio(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.