MediaRoute2ProviderService.OnSetRouteVolume(Int64, String, 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.
Called when a volume setting is requested on a route of the provider
[Android.Runtime.Register("onSetRouteVolume", "(JLjava/lang/String;I)V", "GetOnSetRouteVolume_JLjava_lang_String_IHandler", ApiSince=30)]
public abstract void OnSetRouteVolume (long requestId, string routeId, int volume);
[<Android.Runtime.Register("onSetRouteVolume", "(JLjava/lang/String;I)V", "GetOnSetRouteVolume_JLjava_lang_String_IHandler", ApiSince=30)>]
abstract member OnSetRouteVolume : int64 * string * int -> unit
Parameters
- requestId
- Int64
the ID of this request
- routeId
- String
the ID of the route
- volume
- Int32
the target volume
- Attributes
Remarks
Called when a volume setting is requested on a route of the provider
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.