MediaRouter.RouteInfo.RequestUpdateVolume(Int32) Method
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.
Request an incremental volume update for this route.
[Android.Runtime.Register("requestUpdateVolume", "(I)V", "GetRequestUpdateVolume_IHandler")]
public virtual void RequestUpdateVolume (int direction);
[<Android.Runtime.Register("requestUpdateVolume", "(I)V", "GetRequestUpdateVolume_IHandler")>]
abstract member RequestUpdateVolume : int -> unit
override this.RequestUpdateVolume : int -> unit
Parameters
- direction
- Int32
Delta to apply to the current volume
- Attributes
Remarks
Request an incremental volume update for this route.
Java documentation for android.media.MediaRouter.RouteInfo.requestUpdateVolume(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.