Share via


EnvironmentalReverb.ReflectionsLevel Property

Definition

Gets the volume level of the early reflections. -or- Sets the volume level of the early reflections.

public virtual short ReflectionsLevel { [Android.Runtime.Register("getReflectionsLevel", "()S", "GetGetReflectionsLevelHandler")] get; [Android.Runtime.Register("setReflectionsLevel", "(S)V", "GetSetReflectionsLevel_SHandler")] set; }
[<get: Android.Runtime.Register("getReflectionsLevel", "()S", "GetGetReflectionsLevelHandler")>]
[<set: Android.Runtime.Register("setReflectionsLevel", "(S)V", "GetSetReflectionsLevel_SHandler")>]
member this.ReflectionsLevel : int16 with get, set

Property Value

the early reflections level in millibels.

Attributes

Exceptions

Remarks

Property getter documentation:

Gets the volume level of the early reflections.

Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsLevel().

Property setter documentation:

Sets the volume level of the early reflections.

This level is combined with the overall room level (set using #setRoomLevel(short)).

Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsLevel(short).

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.

Applies to