MediaRouter.RouteInfo.Volume Property

Definition

Return the current volume for this route.

public virtual int Volume { [Android.Runtime.Register("getVolume", "()I", "GetGetVolumeHandler")] get; }
[<get: Android.Runtime.Register("getVolume", "()I", "GetGetVolumeHandler")>]
member this.Volume : int

Property Value

the volume at which the playback associated with this route is performed

Attributes

Remarks

Return the current volume for this route. Depending on the route, this may only be valid if the route is currently selected.

Java documentation for android.media.MediaRouter.RouteInfo.getVolume().

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

See also