TvInteractiveAppService.Session.OnAvailableSpeeds(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.
Receives available playback speeds.
[Android.Runtime.Register("onAvailableSpeeds", "([F)V", "GetOnAvailableSpeeds_arrayFHandler", ApiSince=34)]
public virtual void OnAvailableSpeeds (float[] speeds);
[<Android.Runtime.Register("onAvailableSpeeds", "([F)V", "GetOnAvailableSpeeds_arrayFHandler", ApiSince=34)>]
abstract member OnAvailableSpeeds : single[] -> unit
override this.OnAvailableSpeeds : 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
Receives available playback speeds.
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.