MediaController.AdjustVolume(Adjust, AudioFlags) 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.
Adjust the volume of the output this session is playing on.
[Android.Runtime.Register("adjustVolume", "(II)V", "")]
public void AdjustVolume (Android.Media.Adjust direction, Android.Media.AudioFlags flags);
[<Android.Runtime.Register("adjustVolume", "(II)V", "")>]
member this.AdjustVolume : Android.Media.Adjust * Android.Media.AudioFlags -> unit
Parameters
- direction
- Adjust
The direction to adjust the volume in.
- flags
- AudioFlags
Any flags to pass with the command.
- Attributes
Remarks
Java documentation for android.media.session.MediaController.adjustVolume(int, 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.