EnvironmentalReverb.ReflectionsLevel Property

Definition

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

C#
public virtual short ReflectionsLevel { [Android.Runtime.Register("getReflectionsLevel", "()S", "GetGetReflectionsLevelHandler")] get; [Android.Runtime.Register("setReflectionsLevel", "(S)V", "GetSetReflectionsLevel_SHandler")] 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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35