setClipSpeed method
Sets the playback speed of the clip at clipIndex to speed.
speed must be in the range [0.5, 2.0].
Implementation
Future<void> setClipSpeed(int textureId, int clipIndex, double speed) {
throw UnimplementedError('setClipSpeed() has not been implemented.');
}