Language

RoutingSessionInfo.Builder.SetVolumeMax(Int32) Method

Definition

Sets the session's maximum volume, or 0 if unknown.

[Android.Runtime.Register("setVolumeMax", "(I)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)]
public Android.Media.RoutingSessionInfo.Builder SetVolumeMax(int volumeMax);
[<Android.Runtime.Register("setVolumeMax", "(I)Landroid/media/RoutingSessionInfo$Builder;", "", ApiSince=30)>]
member this.SetVolumeMax : int -> Android.Media.RoutingSessionInfo.Builder

Parameters

volumeMax
Int32

Returns

Attributes

Remarks

Sets the session's maximum volume, or 0 if unknown.

Android reference for android.media.RoutingSessionInfo.Builder.setVolumeMax.

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