Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seekbar's start position and end position are not seeking to given Minimum-Maximum duration #34

Open
mithuns14 opened this issue Feb 21, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@mithuns14
Copy link

Even after adding min, max values in EditText. It always taking min value as 0.

@a914-gowtham
Copy link
Owner

Did your result video's duration was 0 from the given value? or you are having an issue with seek bar?

@mithuns14
Copy link
Author

is it possible to set positions programmatically without the help of Seek bar?
like min 0.0 sec to max 40.0 sec
min 40.0 sec to max 80.0 sec
min 80.0 sec to 120.0 sec like that

@a914-gowtham
Copy link
Owner

a914-gowtham commented Feb 22, 2021

Sorry, it can't be done in the library. you can only give minimum duration, maximum duration and seekbar will take 0 as start position and given minimum duration as end positionn

@a914-gowtham a914-gowtham added the enhancement New feature or request label Feb 22, 2021
@a914-gowtham a914-gowtham changed the title Min, Max values not working with EditText Seekbar's start position and end position are not seeking to given Minimum-Maximum duration Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants