DynamicsProcessing.Limiter.LinkGroup 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 linkGroup index for this Limiter Stage. -or- Sets the linkGroup index for this limiter Stage.
public int LinkGroup { [Android.Runtime.Register("getLinkGroup", "()I", "", ApiSince=28)] get; [Android.Runtime.Register("setLinkGroup", "(I)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getLinkGroup", "()I", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setLinkGroup", "(I)V", "", ApiSince=28)>]
member this.LinkGroup : int with get, set
Property Value
linkGroup index.
- Attributes
Remarks
Property getter documentation:
Gets the linkGroup index for this Limiter Stage. Only limiters that share the same linkGroup index will react together.
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getLinkGroup()
.
Property setter documentation:
Sets the linkGroup index for this limiter Stage.
Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setLinkGroup(int)
.
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.