Skip to content

Playback Speed#1

Open
jfri wants to merge 34 commits intojfri:masterfrom
JONA-Cureambit:master
Open

Playback Speed#1
jfri wants to merge 34 commits intojfri:masterfrom
JONA-Cureambit:master

Conversation

@jfri
Copy link
Copy Markdown
Owner

@jfri jfri commented May 19, 2020

Description

Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.

Related Issues

Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

JONA-Cureambit and others added 30 commits March 26, 2019 14:51
…uld be played is set to playbackparameter instance. The same instance is been set to exoplayer.
Value can be 1x, 2x and accordingly speed of video will be set.

To watch video in slow motion set value of speed less than 1.0
Similary set value more than 1.0 to watch the playback in high speed.

By Default speed of video will be 1.0 which is normal speed.
…uld be played is set to playbackparameter instance. The same instance is been set to exoplayer.
Value can be 1x, 2x and accordingly speed of video will be set.

To watch video in slow motion set value of speed less than 1.0
Similary set value more than 1.0 to watch the playback in high speed.

By Default speed of video will be 1.0 which is normal speed.
Implemented playback speed on iOS
…uld be played is set to playbackparameter instance. The same instance is been set to exoplayer.
Value can be 1x, 2x and accordingly speed of video will be set.

To watch video in slow motion set value of speed less than 1.0
Similary set value more than 1.0 to watch the playback in high speed.

By Default speed of video will be 1.0 which is normal speed.
- _applyPlayBackSpeed method renamed to _applySpeed
Renamed setPlaybackSpeed to setSpeed on iOS
- Bumped min flutter version to 1.2.0.
- Added template type parameter for invokeMethod calls.
- Updated invokeMethod and invokeMethod to using invokeListMethod and invokeMapMethod if any.
[video_player] add type params for invokeMethod calls.
recastrodiaz and others added 4 commits August 7, 2019 19:08
- Improve comment on why setSpeed is not called when the video is not playing
Throw an error if speed is unsupported on iOS + better documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants