PlaybackParams.SetSpeed(Single) 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.
Sets the speed factor.
[Android.Runtime.Register("setSpeed", "(F)Landroid/media/PlaybackParams;", "", ApiSince=23)]
public Android.Media.PlaybackParams? SetSpeed (float speed);
[<Android.Runtime.Register("setSpeed", "(F)Landroid/media/PlaybackParams;", "", ApiSince=23)>]
member this.SetSpeed : single -> Android.Media.PlaybackParams
Parameters
- speed
- Single
speed
Returns
this PlaybackParams
instance.
- Attributes
Remarks
Sets the speed factor.
Java documentation for android.media.PlaybackParams.setSpeed(float)
.
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.