TvInteractiveAppService.Session.OnAvailableSpeeds(Single[]) Method

Definition

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.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onAvailableSpeeds(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.

Applies to