availablePlaybackRates property

Future<List<double>> get availablePlaybackRates
inherited

This function returns the set of playback rates in which the current video is available. The default value is 1, which indicates that the video is playing in normal speed.

The function returns an array of numbers ordered from slowest to fastest playback speed. Even if the player does not support variable playback speeds, the array should always contain at least one value (1).

Implementation

Future<List<double>> get availablePlaybackRates;