TvInteractiveAppView.SendAvailableSpeeds(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.
Sends the available supported playback speeds to the TV interactive app bound to this view.
[Android.Runtime.Register("sendAvailableSpeeds", "([F)V", "GetSendAvailableSpeeds_arrayFHandler", ApiSince=34)]
public virtual void SendAvailableSpeeds (float[] speeds);
[<Android.Runtime.Register("sendAvailableSpeeds", "([F)V", "GetSendAvailableSpeeds_arrayFHandler", ApiSince=34)>]
abstract member SendAvailableSpeeds : single[] -> unit
override this.SendAvailableSpeeds : single[] -> unit
Parameters
- speeds
- Single[]
An ordered array of playback speeds, expressed as values relative to the normal playback speed (1.0), at which the current content can be played as a time-shifted broadcast. This is an empty array if the supported playback speeds are unknown or the video/broadcast is not in time shift mode. If currently in time shift mode, this array will normally include at least the values 1.0 (normal speed) and 0.0 (paused).
- Attributes
Remarks
Sends the available supported playback speeds to the TV interactive app bound to this view.
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.