nstudio / nstudio/nativescript-plugins
feature add request, video playback speed
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 42
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
Hi there, video playback speed is not present in nativescript-exoplayer, I have forked this in older version of exoplayer on github.
please add this
public setPlaybackSpeed(speed: number) {
if (this.mediaPlayer) {
let playbackParams = new com.google.android.exoplayer2.PlaybackParameters(parseFloat((speed)));
this.mediaPlayer.setPlaybackParameters(playbackParams);
}
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the nativescript-exoplayer entry point and compare its ExoPlayer integration with the older fork referenced in the issue. Done means exposing video playback speed through the shown setPlaybackSpeed behavior and verifying that the player applies the requested speed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, typescript
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100