Skip to content

Comments

Change type of variables related to time to float#281

Open
ghsdh3409 wants to merge 7 commits intodavidohayon669:masterfrom
hayanmind:master
Open

Change type of variables related to time to float#281
ghsdh3409 wants to merge 7 commits intodavidohayon669:masterfrom
hayanmind:master

Conversation

@ghsdh3409
Copy link

@ghsdh3409 ghsdh3409 commented Mar 31, 2018

Summary

  • Before this change, seekTo and currentTime worked with integer second.
  • It supports FLOAT SECONDS in the seekTo and currentTime.
  • I checked that seekTo and currentTime works on both iOS and Android.

Test/Review Plan

  • Code Review
  • Please test it works on the SAMPLE PROJECT.

Comment

  • Sorry for unclean commits. Please merge this by SQUASH MERGE.

@ghsdh3409
Copy link
Author

@ohtangza

Copy link

@ohtangza ohtangza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request changes the type of seconds from integer to float by changing its data type. This only changes the type, not the value, so complies with backward-compatibility.

@webdevbyjoss
Copy link

webdevbyjoss commented Jan 8, 2019

@ohtangza @ghsdh3409 hey guys, any chance we could get this merged?

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.

Change type of variables related to time to float

3 participants