QYPlayerPlaybackRate constructor

const QYPlayerPlaybackRate(
  1. String label,
  2. double? value
)

播放倍速对象

Implementation

const QYPlayerPlaybackRate(
  this.label,
  this.value,
);